#22190B

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

Shades of Cocoa Brown #22190B

Tints of Cocoa Brown #22190B

Color information

#22190B (or 0x22190B) is unknown color: approx Cocoa Brown. HEX triplet: 22, 19 and 0B. RGB value is (34,25,11). Sum of RGB (Red+Green+Blue) = 34+25+11=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #22190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22190B is #DDE6F4. Grayscale: #1A1A1A. Windows color (decimal): -14542581 or 727330. OLE color: 727330.

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

Color convert

RGB342511-
CMYK00.260.680.87
HSL36.52º51.11%8.82%-
HSV(B)36.52º67.65%13.33%-
XYZ1.071.060.46-
YUV26.1119.48133.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 48.57%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=48.57%
G=35.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34251100.260.680.8736.5251.118.82
Hex2219B01A445725339
Octal423113032104127456311
Binary100010110011011011010100010010101111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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