#35200C

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

Shades of Cocoa Brown #35200C

Tints of Cocoa Brown #35200C

Color information

#35200C (or 0x35200C) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 0C. RGB value is (53,32,12). Sum of RGB (Red+Green+Blue) = 53+32+12=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35200C is #CADFF3. Grayscale: #242424. Windows color (decimal): -13295604 or 794677. OLE color: 794677.

HSL color Cylindrical-coordinate representation of color #35200C: hue angle of 29.27º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35200C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB533212-
CMYK00.400.770.79
HSL29.27º63.08%12.75%-
HSV(B)29.27º77.36%20.78%-
XYZ2.051.820.59-
YUV36114.46140.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=54.64%
G=32.99%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53321200.400.770.7929.2763.0812.75
Hex3520C0284D4F1d3fd
Octal654014050115117357715
Binary1101011000001100010100010011011001111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35200C; }

 p { color: rgb(53,32,12); }

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

<style>
 a { background-color: #35200C; }

 a { background-color: rgb(53,32,12); }

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

<style>
 span { border-color: #35200C; }

 span { border-color: rgb(53,32,12); }

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