#351C04

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

Shades of Cocoa Brown #351C04

Tints of Cocoa Brown #351C04

Color information

#351C04 (or 0x351C04) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1C and 04. RGB value is (53,28,4). Sum of RGB (Red+Green+Blue) = 53+28+4=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #351C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C04 is #CAE3FB. Grayscale: #202020. Windows color (decimal): -13296636 or 269365. OLE color: 269365.

HSL color Cylindrical-coordinate representation of color #351C04: hue angle of 29.39º 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 #351C04 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB53284-
CMYK00.470.920.79
HSL29.39º85.96%11.18%-
HSV(B)29.39º92.45%20.78%-
XYZ1.911.60.32-
YUV32.74111.78142.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=62.35%
G=32.94%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5328400.470.920.7929.3985.9611.18
Hex351C402F5C4F1d56b
Octal653440571341173512613
Binary110101111001000101111101110010011111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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