#32220B

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

Shades of Cocoa Brown #32220B

Tints of Cocoa Brown #32220B

Color information

#32220B (or 0x32220B) is unknown color: approx Cocoa Brown. HEX triplet: 32, 22 and 0B. RGB value is (50,34,11). Sum of RGB (Red+Green+Blue) = 50+34+11=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32220B is #CDDDF4. Grayscale: #242424. Windows color (decimal): -13491701 or 729650. OLE color: 729650.

HSL color Cylindrical-coordinate representation of color #32220B: hue angle of 35.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32220B is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB503411-
CMYK00.320.780.80
HSL35.38º63.93%11.96%-
HSV(B)35.38º78%19.61%-
XYZ1.951.850.57-
YUV36.16113.8137.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.63%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=52.63%
G=35.79%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50341100.320.780.8035.3863.9311.96
Hex3222B0204E502340c
Octal6242130401161204310014
Binary110010100010101101000001001110101000010001110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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