Html Css Color HEX #221502 Cocoa Brown

📋 copy color: '#221502'

red 34 ◦ green 21 ◦ blue 2

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

Shades of Cocoa Brown #221502

Tints of Cocoa Brown #221502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.84%

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 59.65%
G = 36.84%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#221502 (or 0x221502) is known color: Cocoa Brown. HEX triplet: 22, 15 and 02. RGB value is (34,21,2). Sum of RGB (Red+Green+Blue) = 34+21+2=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #221502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221502 is #DDEAFD. Grayscale: #161616. Windows color (decimal): -14543614 or 136482. OLE color: 136482.

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

Color convert

RGB 34 21 2 -
CMYK 0 0.38 0.94 0.87
HSL 35.63º 0.89% 0.07% -
HSV(B) 35.63º 0.94% 0.13% -
XYZ 0.94 0.88 0.18 -
YUV 22.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 34 21 2 0 0.38 0.94 0.87 35.63 0.89 0.07
Hex 22 15 2 0 26 5E 57 24 59 7
Octal 42 25 2 0 46 136 127 44 131 7
Binary 100010 10101 10 0 100110 1011110 1010111 100100 1011001 111

Color Harmonies of #221502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221502

Black with #221502

Text Example


Text Example

White with #221502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221502; }

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

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

background-color css

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

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

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

border-color css

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

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

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