Html Css Color HEX #221201 Cocoa Brown

📋 copy color: '#221201'

red 34 ◦ green 18 ◦ blue 1

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

Shades of Cocoa Brown #221201

Tints of Cocoa Brown #221201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.89%

R = 64.15%
G = 33.96%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#221201 (or 0x221201) is known color: Cocoa Brown. HEX triplet: 22, 12 and 01. RGB value is (34,18,1). Sum of RGB (Red+Green+Blue) = 34+18+1=53 (7% of max value = 765). Red value is 34 (13.67% from 255 or 64.15% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 34 - color contains mainly: red. Hex color #221201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221201 is #DDEDFE. Grayscale: #141414. Windows color (decimal): -14544383 or 70178. OLE color: 70178.

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

Color convert

RGB 34 18 1 -
CMYK 0 0.47 0.97 0.87
HSL 30.91º 0.94% 0.07% -
HSV(B) 30.91º 0.97% 0.13% -
XYZ 0.88 0.77 0.13 -
YUV 20.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 34 18 1 0 0.47 0.97 0.87 30.91 0.94 0.07
Hex 22 12 1 0 2F 61 57 1F 5E 7
Octal 42 22 1 0 57 141 127 37 136 7
Binary 100010 10010 1 0 101111 1100001 1010111 11111 1011110 111

Color Harmonies of #221201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221201

Black with #221201

Text Example


Text Example

White with #221201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221201; }

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

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

background-color css

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

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

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

border-color css

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

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

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