#351D04

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

Shades of Cocoa Brown #351D04

Tints of Cocoa Brown #351D04

Color information

#351D04 (or 0x351D04) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1D and 04. RGB value is (53,29,4). Sum of RGB (Red+Green+Blue) = 53+29+4=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D04 is #CAE2FB. Grayscale: #212121. Windows color (decimal): -13296380 or 269621. OLE color: 269621.

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

Color convert

RGB53294-
CMYK00.450.920.79
HSL30.61º85.96%11.18%-
HSV(B)30.61º92.45%20.78%-
XYZ1.931.640.33-
YUV33.33111.45142.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=61.63%
G=33.72%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5329400.450.920.7930.6185.9611.18
Hex351D402D5C4F1f56b
Octal653540551341173712613
Binary110101111011000101101101110010011111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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