#221500

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

Shades of Cocoa Brown #221500

Tints of Cocoa Brown #221500

Color information

#221500 (or 0x221500) is unknown color: approx Cocoa Brown. HEX triplet: 22, 15 and 00. RGB value is (34,21,0). Sum of RGB (Red+Green+Blue) = 34+21+0=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221500 is #DDEAFF. Grayscale: #161616. Windows color (decimal): -14543616 or 5410. OLE color: 5410.

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

Color convert

RGB34210-
CMYK00.3810.87
HSL37.06º100%6.67%-
HSV(B)37.06º100%13.33%-
XYZ0.930.880.12-
YUV22.49115.31136.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 61.82%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.82%
G=38.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3421000.3810.8737.061006.67
Hex22150026645725647
Octal42250046144127451447
Binary1000101010100100110110010010101111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221500; }

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

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

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

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

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

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

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

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