Html Css Color HEX #221500 Cocoa Brown

📋 copy color: '#221500'

red 34 ◦ green 21 ◦ blue 0

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

Shades of Cocoa Brown #221500

Tints of Cocoa Brown #221500

RGB

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

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

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

R = 61.82%
G = 38.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#221500 (or 0x221500) is known color: Cocoa Brown. HEX triplet: 22, 15 and 00. RGB value is (34,21,0). Sum of RGB (Red+Green+Blue) = 34+21+0=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221500 is #DDEAFF. Grayscale: #161616. Windows color (decimal): -14543616 or 5410. OLE color: 5410.

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

Color convert

RGB 34 21 0 -
CMYK 0 0.38 1 0.87
HSL 37.06º 1% 0.07% -
HSV(B) 37.06º 1% 0.13% -
XYZ 0.93 0.88 0.12 -
YUV 22.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 34 21 0 0 0.38 1 0.87 37.06 1 0.07
Hex 22 15 0 0 26 64 57 25 64 7
Octal 42 25 0 0 46 144 127 45 144 7
Binary 100010 10101 0 0 100110 1100100 1010111 100101 1100100 111

Color Harmonies of #221500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221500

Black with #221500

Text Example


Text Example

White with #221500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221500; }

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

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

background-color css

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

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

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

border-color css

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

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

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