Html Css Color HEX #221303 Cocoa Brown

📋 copy color: '#221303'

red 34 ◦ green 19 ◦ blue 3

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

Shades of Cocoa Brown #221303

Tints of Cocoa Brown #221303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.93%

 BLUE value IS 3 (1.56% from 255) = 5.36%

R = 60.71%
G = 33.93%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#221303 (or 0x221303) is known color: Cocoa Brown. HEX triplet: 22, 13 and 03. RGB value is (34,19,3). Sum of RGB (Red+Green+Blue) = 34+19+3=56 (7% of max value = 765). Red value is 34 (13.67% from 255 or 60.71% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 34 - color contains mainly: red. Hex color #221303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221303 is #DDECFC. Grayscale: #151515. Windows color (decimal): -14544125 or 201506. OLE color: 201506.

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

Color convert

RGB 34 19 3 -
CMYK 0 0.44 0.91 0.87
HSL 30.97º 0.84% 0.07% -
HSV(B) 30.97º 0.91% 0.13% -
XYZ 0.91 0.81 0.2 -
YUV 21.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 34 19 3 0 0.44 0.91 0.87 30.97 0.84 0.07
Hex 22 13 3 0 2C 5B 57 1F 54 7
Octal 42 23 3 0 54 133 127 37 124 7
Binary 100010 10011 11 0 101100 1011011 1010111 11111 1010100 111

Color Harmonies of #221303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221303

Black with #221303

Text Example


Text Example

White with #221303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221303; }

 p { color: rgb(34,19,3); }

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

background-color css

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

 a { background-color: rgb(34,19,3); }

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

border-color css

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

 span { border-color: rgb(34,19,3); }

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