#221505

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

Shades of Cocoa Brown #221505

Tints of Cocoa Brown #221505

Color information

#221505 (or 0x221505) is unknown color: approx Cocoa Brown. HEX triplet: 22, 15 and 05. RGB value is (34,21,5). Sum of RGB (Red+Green+Blue) = 34+21+5=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #221505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221505 is #DDEAFA. Grayscale: #171717. Windows color (decimal): -14543611 or 333090. OLE color: 333090.

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

Color convert

RGB34215-
CMYK00.380.850.87
HSL33.1º74.36%7.65%-
HSV(B)33.1º85.29%13.33%-
XYZ0.960.890.26-
YUV23.06117.81135.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 56.67%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=56.67%
G=35%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3421500.380.850.8733.174.367.65
Hex221550265557214a8
Octal422550461251274111210
Binary1000101010110101001101010101101011110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221505; }

 p { color: rgb(34,21,5); }

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

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

 a { background-color: rgb(34,21,5); }

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

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

 span { border-color: rgb(34,21,5); }

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