#221100

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

Shades of Cocoa Brown #221100

Tints of Cocoa Brown #221100

Color information

#221100 (or 0x221100) is unknown color: approx Cocoa Brown. HEX triplet: 22, 11 and 00. RGB value is (34,17,0). Sum of RGB (Red+Green+Blue) = 34+17+0=51 (6% of max value = 765). Red value is 34 (13.67% from 255 or 66.67% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 34 - color contains mainly: red. Hex color #221100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221100 is #DDEEFF. Grayscale: #141414. Windows color (decimal): -14544640 or 4386. OLE color: 4386.

HSL color Cylindrical-coordinate representation of color #221100: hue angle of 30º 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 #221100 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB34170-
CMYK00.5010.87
HSL30º100%6.67%-
HSV(B)30º100%13.33%-
XYZ0.860.740.1-
YUV20.14116.63137.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3417000.5010.87301006.67
Hex2211003264571e647
Octal42210062144127361447
Binary100010100010011001011001001010111111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221100; }

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

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

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

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

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

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

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

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