#341D08

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

Shades of Cocoa Brown #341D08

Tints of Cocoa Brown #341D08

Color information

#341D08 (or 0x341D08) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1D and 08. RGB value is (52,29,8). Sum of RGB (Red+Green+Blue) = 52+29+8=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D08 is #CBE2F7. Grayscale: #212121. Windows color (decimal): -13361912 or 531764. OLE color: 531764.

HSL color Cylindrical-coordinate representation of color #341D08: hue angle of 28.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341D08 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB52298-
CMYK00.440.850.80
HSL28.64º73.33%11.76%-
HSV(B)28.64º84.62%20.39%-
XYZ1.91.630.44-
YUV33.48113.62141.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=58.43%
G=32.58%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5229800.440.850.8028.6473.3311.76
Hex341D802C55501d49c
Octal6435100541251203511114
Binary1101001110110000101100101010110100001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D08; }

 p { color: rgb(52,29,8); }

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

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

 a { background-color: rgb(52,29,8); }

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

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

 span { border-color: rgb(52,29,8); }

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