#351D08

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

Shades of Cocoa Brown #351D08

Tints of Cocoa Brown #351D08

Color information

#351D08 (or 0x351D08) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1D and 08. RGB value is (53,29,8). Sum of RGB (Red+Green+Blue) = 53+29+8=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D08 is #CAE2F7. Grayscale: #212121. Windows color (decimal): -13296376 or 531765. OLE color: 531765.

HSL color Cylindrical-coordinate representation of color #351D08: hue angle of 28º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351D08 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53298-
CMYK00.450.850.79
HSL28º73.77%11.96%-
HSV(B)28º84.91%20.78%-
XYZ1.951.650.45-
YUV33.78113.45141.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=58.89%
G=32.22%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5329800.450.850.792873.7711.96
Hex351D802D554F1c4ac
Octal6535100551251173411214
Binary1101011110110000101101101010110011111110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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