#342718

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

Shades of Cocoa Brown #342718

Tints of Cocoa Brown #342718

Color information

#342718 (or 0x342718) is unknown color: approx Cocoa Brown. HEX triplet: 34, 27 and 18. RGB value is (52,39,24). Sum of RGB (Red+Green+Blue) = 52+39+24=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342718 is #CBD8E7. Grayscale: #292929. Windows color (decimal): -13359336 or 1582900. OLE color: 1582900.

HSL color Cylindrical-coordinate representation of color #342718: hue angle of 32.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342718 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB523924-
CMYK00.250.540.80
HSL32.14º36.84%14.9%-
HSV(B)32.14º53.85%20.39%-
XYZ2.312.251.18-
YUV41.18118.31135.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=45.22%
G=33.91%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52392400.250.540.8032.1436.8414.9
Hex34271801936502025f
Octal64473003166120404517
Binary1101001001111100001100111011010100001000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342718; }

 p { color: rgb(52,39,24); }

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

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

 a { background-color: rgb(52,39,24); }

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

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

 span { border-color: rgb(52,39,24); }

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