#221600

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

Shades of Cocoa Brown #221600

Tints of Cocoa Brown #221600

Color information

#221600 (or 0x221600) is unknown color: approx Cocoa Brown. HEX triplet: 22, 16 and 00. RGB value is (34,22,0). Sum of RGB (Red+Green+Blue) = 34+22+0=56 (7% of max value = 765). Red value is 34 (13.67% from 255 or 60.71% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 34 - color contains mainly: red. Hex color #221600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221600 is #DDE9FF. Grayscale: #171717. Windows color (decimal): -14543360 or 5666. OLE color: 5666.

HSL color Cylindrical-coordinate representation of color #221600: hue angle of 38.82º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #221600 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB34220-
CMYK00.3510.87
HSL38.82º100%6.67%-
HSV(B)38.82º100%13.33%-
XYZ0.950.910.13-
YUV23.08114.98135.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 60.71%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3422000.3510.8738.821006.67
Hex22160023645727647
Octal42260043144127471447
Binary1000101011000100011110010010101111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221600; }

 p { color: rgb(34,22,0); }

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

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

 a { background-color: rgb(34,22,0); }

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

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

 span { border-color: rgb(34,22,0); }

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