#221000

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

Shades of Cocoa Brown #221000

Tints of Cocoa Brown #221000

Color information

#221000 (or 0x221000) is unknown color: approx Cocoa Brown. HEX triplet: 22, 10 and 00. RGB value is (34,16,0). Sum of RGB (Red+Green+Blue) = 34+16+0=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #221000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221000 is #DDEFFF. Grayscale: #131313. Windows color (decimal): -14544896 or 4130. OLE color: 4130.

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

Color convert

RGB34160-
CMYK00.5310.87
HSL28.24º100%6.67%-
HSV(B)28.24º100%13.33%-
XYZ0.840.710.09-
YUV19.56116.96138.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 68%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 0 (0.39% from 255) = 0%
R=68%
G=32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3416000.5310.8728.241006.67
Hex2210003564571c647
Octal42200065144127341447
Binary100010100000011010111001001010111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221000; }

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

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

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

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

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

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

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

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