#22180D

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

Shades of Cocoa Brown #22180D

Tints of Cocoa Brown #22180D

Color information

#22180D (or 0x22180D) is unknown color: approx Cocoa Brown. HEX triplet: 22, 18 and 0D. RGB value is (34,24,13). Sum of RGB (Red+Green+Blue) = 34+24+13=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #22180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22180D is #DDE7F2. Grayscale: #191919. Windows color (decimal): -14542835 or 858146. OLE color: 858146.

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

Color convert

RGB342413-
CMYK00.290.620.87
HSL31.43º44.68%9.22%-
HSV(B)31.43º61.76%13.33%-
XYZ1.061.020.52-
YUV25.74120.81133.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.89%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=47.89%
G=33.80%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34241300.290.620.8731.4344.689.22
Hex2218D01D3E571f2d9
Octal42301503576127375511
Binary1000101100011010111011111101010111111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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