Html Css Color HEX #221205 Cocoa Brown

📋 copy color: '#221205'

red 34 ◦ green 18 ◦ blue 5

#221205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #221205

Tints of Cocoa Brown #221205

RGB

 RED value IS 34 (13.67% from 255) = 59.65%

 GREEN value IS 18 (7.42% from 255) = 31.58%

 BLUE value IS 5 (2.34% from 255) = 8.77%

R = 59.65%
G = 31.58%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#221205 (or 0x221205) is known color: Cocoa Brown. HEX triplet: 22, 12 and 05. RGB value is (34,18,5). Sum of RGB (Red+Green+Blue) = 34+18+5=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #221205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221205 is #DDEDFA. Grayscale: #151515. Windows color (decimal): -14544379 or 332322. OLE color: 332322.

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

Color convert

RGB 34 18 5 -
CMYK 0 0.47 0.85 0.87
HSL 26.9º 0.74% 0.08% -
HSV(B) 26.9º 0.85% 0.13% -
XYZ 0.9 0.78 0.25 -
YUV 21.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 34 18 5 0 0.47 0.85 0.87 26.9 0.74 0.08
Hex 22 12 5 0 2F 55 57 1B 4A 8
Octal 42 22 5 0 57 125 127 33 112 10
Binary 100010 10010 101 0 101111 1010101 1010111 11011 1001010 1000

Color Harmonies of #221205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221205

Black with #221205

Text Example


Text Example

White with #221205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221205; }

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

 H1.HeaderClassName
 {
   color: #221205;
 }
 .AnyTagClassName
 {
   color: #221205;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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