#35200B

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

Shades of Cocoa Brown #35200B

Tints of Cocoa Brown #35200B

Color information

#35200B (or 0x35200B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 0B. RGB value is (53,32,11). Sum of RGB (Red+Green+Blue) = 53+32+11=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #35200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35200B is #CADFF4. Grayscale: #232323. Windows color (decimal): -13295605 or 729141. OLE color: 729141.

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

Color convert

RGB533211-
CMYK00.400.790.79
HSL30º65.62%12.55%-
HSV(B)30º79.25%20.78%-
XYZ2.051.810.56-
YUV35.88113.96140.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=55.21%
G=33.33%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53321100.400.790.793065.6212.55
Hex3520B0284F4F1e42d
Octal6540130501171173610215
Binary11010110000010110101000100111110011111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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