#21160B

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

Shades of Cocoa Brown #21160B

Tints of Cocoa Brown #21160B

Color information

#21160B (or 0x21160B) is unknown color: approx Cocoa Brown. HEX triplet: 21, 16 and 0B. RGB value is (33,22,11). Sum of RGB (Red+Green+Blue) = 33+22+11=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21160B is #DEE9F4. Grayscale: #181818. Windows color (decimal): -14608885 or 726561. OLE color: 726561.

HSL color Cylindrical-coordinate representation of color #21160B: hue angle of 30º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21160B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB332211-
CMYK00.330.670.87
HSL30º50%8.63%-
HSV(B)30º66.67%12.94%-
XYZ0.970.920.44-
YUV24.04120.64134.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33221100.330.670.8730508.63
Hex2116B02143571e329
Octal412613041103127366211
Binary100001101101011010000110000111010111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,22,11); }

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

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

 a { background-color: rgb(33,22,11); }

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

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

 span { border-color: rgb(33,22,11); }

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