Html Css Color HEX #221000 Cocoa Brown

📋 copy color: '#221000'

red 34 ◦ green 16 ◦ blue 0

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

Shades of Cocoa Brown #221000

Tints of Cocoa Brown #221000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 32%

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

R = 68%
G = 32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#221000 (or 0x221000) is known color: Cocoa Brown. HEX triplet: 22, 10 and 00. RGB value is (34,16,0). Sum of RGB (Red+Green+Blue) = 34+16+0=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #221000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221000 is #DDEFFF. Grayscale: #131313. Windows color (decimal): -14544896 or 4130. OLE color: 4130.

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

Color convert

RGB 34 16 0 -
CMYK 0 0.53 1 0.87
HSL 28.24º 1% 0.07% -
HSV(B) 28.24º 1% 0.13% -
XYZ 0.84 0.71 0.09 -
YUV 19.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 34 16 0 0 0.53 1 0.87 28.24 1 0.07
Hex 22 10 0 0 35 64 57 1C 64 7
Octal 42 20 0 0 65 144 127 34 144 7
Binary 100010 10000 0 0 110101 1100100 1010111 11100 1100100 111

Color Harmonies of #221000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221000

Black with #221000

Text Example


Text Example

White with #221000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221000; }

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

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

background-color css

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

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

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

border-color css

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

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

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