#35220B

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

Shades of Cocoa Brown #35220B

Tints of Cocoa Brown #35220B

Color information

#35220B (or 0x35220B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 0B. RGB value is (53,34,11). Sum of RGB (Red+Green+Blue) = 53+34+11=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35220B is #CADDF4. Grayscale: #252525. Windows color (decimal): -13295093 or 729653. OLE color: 729653.

HSL color Cylindrical-coordinate representation of color #35220B: hue angle of 32.86º 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 #35220B is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB533411-
CMYK00.360.790.79
HSL32.86º65.62%12.55%-
HSV(B)32.86º79.25%20.78%-
XYZ2.11.930.58-
YUV37.06113.29139.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=54.08%
G=34.69%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53341100.360.790.7932.8665.6212.55
Hex3522B0244F4F2142d
Octal6542130441171174110215
Binary110101100010101101001001001111100111110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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