#351C00

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

Shades of Cocoa Brown #351C00

Tints of Cocoa Brown #351C00

Color information

#351C00 (or 0x351C00) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1C and 00. RGB value is (53,28,0). Sum of RGB (Red+Green+Blue) = 53+28+0=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #351C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C00 is #CAE3FF. Grayscale: #202020. Windows color (decimal): -13296640 or 7221. OLE color: 7221.

HSL color Cylindrical-coordinate representation of color #351C00: hue angle of 31.7º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351C00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB53280-
CMYK00.4710.79
HSL31.7º100%10.39%-
HSV(B)31.7º100%20.78%-
XYZ1.881.590.21-
YUV32.28109.78142.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 65.43%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.43%
G=34.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5328000.4710.7931.710010.39
Hex351C002F644F2064a
Octal653400571441174014412
Binary11010111100001011111100100100111110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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