#21180D

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

Shades of Cocoa Brown #21180D

Tints of Cocoa Brown #21180D

Color information

#21180D (or 0x21180D) is unknown color: approx Cocoa Brown. HEX triplet: 21, 18 and 0D. RGB value is (33,24,13). Sum of RGB (Red+Green+Blue) = 33+24+13=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #21180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21180D is #DEE7F2. Grayscale: #191919. Windows color (decimal): -14608371 or 858145. OLE color: 858145.

HSL color Cylindrical-coordinate representation of color #21180D: hue angle of 33º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21180D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB332413-
CMYK00.270.610.87
HSL33º43.48%9.02%-
HSV(B)33º60.61%12.94%-
XYZ1.031.010.52-
YUV25.44120.98133.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=47.14%
G=34.29%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33241300.270.610.873343.489.02
Hex2118D01B3D57212b9
Octal41301503375127415311
Binary10000111000110101101111110110101111000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21180D; }

 p { color: rgb(33,24,13); }

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

<style>
 a { background-color: #21180D; }

 a { background-color: rgb(33,24,13); }

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

<style>
 span { border-color: #21180D; }

 span { border-color: rgb(33,24,13); }

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