#221708

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

Shades of Cocoa Brown #221708

Tints of Cocoa Brown #221708

Color information

#221708 (or 0x221708) is unknown color: approx Cocoa Brown. HEX triplet: 22, 17 and 08. RGB value is (34,23,8). Sum of RGB (Red+Green+Blue) = 34+23+8=65 (8% of max value = 765). Red value is 34 (13.67% from 255 or 52.31% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 34 - color contains mainly: red. Hex color #221708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221708 is #DDE8F7. Grayscale: #181818. Windows color (decimal): -14543096 or 530210. OLE color: 530210.

HSL color Cylindrical-coordinate representation of color #221708: hue angle of 34.62º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221708 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB34238-
CMYK00.320.760.87
HSL34.62º61.9%8.24%-
HSV(B)34.62º76.47%13.33%-
XYZ1.010.970.36-
YUV24.58118.64134.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 52.31%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=52.31%
G=35.38%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3423800.320.760.8734.6261.98.24
Hex221780204C57233e8
Octal422710040114127437610
Binary1000101011110000100000100110010101111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221708; }

 p { color: rgb(34,23,8); }

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

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

 a { background-color: rgb(34,23,8); }

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

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

 span { border-color: rgb(34,23,8); }

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