#343519

Color #343519 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #343519

Tints of Karaka #343519

Color information

#343519 (or 0x343519) is unknown color: approx Karaka. HEX triplet: 34, 35 and 19. RGB value is (52,53,25). Sum of RGB (Red+Green+Blue) = 52+53+25=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #343519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343519 is #CBCAE6. Grayscale: #313131. Windows color (decimal): -13355751 or 1652020. OLE color: 1652020.

HSL color Cylindrical-coordinate representation of color #343519: hue angle of 62.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343519 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB525325-
CMYK0.0200.530.79
HSL62.14º35.9%15.29%-
HSV(B)62.14º52.83%20.78%-
XYZ2.863.351.41-
YUV49.51114.17129.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=40%
G=40.77%
B=19.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253250.0200.530.7962.1435.915.29
Hex34351920354F3e24f
Octal6465312065117764417
Binary1101001101011100110011010110011111111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343519; }

 p { color: rgb(52,53,25); }

 H1.HeaderClassName
 {
   color: #343519;
 }
 .AnyTagClassName
 {
   color: #343519;
 }
</style>
background-color css

<style>
 a { background-color: #343519; }

 a { background-color: rgb(52,53,25); }

 div.DivClassName
 {
   background-color: #343519;
 }
 .BgClassName
 {
   background-color: #343519;
 }
</style>
border-color css

<style>
 span { border-color: #343519; }

 span { border-color: rgb(52,53,25); }

 td.TdClassName
 {
   border-color: #343519;
 }
 .TagClassName
 {
   border-color: #343519;
 }
</style>