Html Css Color HEX #221400 Cocoa Brown

📋 copy color: '#221400'

red 34 ◦ green 20 ◦ blue 0

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

Shades of Cocoa Brown #221400

Tints of Cocoa Brown #221400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.96%
G = 37.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#221400 (or 0x221400) is known color: Cocoa Brown. HEX triplet: 22, 14 and 00. RGB value is (34,20,0). Sum of RGB (Red+Green+Blue) = 34+20+0=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #221400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221400 is #DDEBFF. Grayscale: #161616. Windows color (decimal): -14543872 or 5154. OLE color: 5154.

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

Color convert

RGB 34 20 0 -
CMYK 0 0.41 1 0.87
HSL 35.29º 1% 0.07% -
HSV(B) 35.29º 1% 0.13% -
XYZ 0.91 0.84 0.11 -
YUV 21.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 34 20 0 0 0.41 1 0.87 35.29 1 0.07
Hex 22 14 0 0 29 64 57 23 64 7
Octal 42 24 0 0 51 144 127 43 144 7
Binary 100010 10100 0 0 101001 1100100 1010111 100011 1100100 111

Color Harmonies of #221400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221400

Black with #221400

Text Example


Text Example

White with #221400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221400; }

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

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

background-color css

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

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

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

border-color css

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

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

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