Html Css Color HEX #322211 Cocoa Brown

📋 copy color: '#322211'

red 50 ◦ green 34 ◦ blue 17

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

Shades of Cocoa Brown #322211

Tints of Cocoa Brown #322211

RGB

 RED value IS 50 (19.92% from 255) = 49.5%

 GREEN value IS 34 (13.67% from 255) = 33.66%

 BLUE value IS 17 (7.03% from 255) = 16.83%

R = 49.5%
G = 33.66%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#322211 (or 0x322211) is known color: Cocoa Brown. HEX triplet: 32, 22 and 11. RGB value is (50,34,17). Sum of RGB (Red+Green+Blue) = 50+34+17=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #322211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322211 is #CDDDEE. Grayscale: #242424. Windows color (decimal): -13491695 or 1122866. OLE color: 1122866.

HSL color Cylindrical-coordinate representation of color #322211: hue angle of 30.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322211 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 34 17 -
CMYK 0 0.32 0.66 0.80
HSL 30.91º 0.49% 0.13% -
HSV(B) 30.91º 0.66% 0.2% -
XYZ 1.99 1.86 0.79 -
YUV 36.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 50 34 17 0 0.32 0.66 0.80 30.91 0.49 0.13
Hex 32 22 11 0 20 42 50 1F 31 D
Octal 62 42 21 0 40 102 120 37 61 15
Binary 110010 100010 10001 0 100000 1000010 1010000 11111 110001 1101

Color Harmonies of #322211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322211

Black with #322211

Text Example


Text Example

White with #322211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322211; }

 p { color: rgb(50,34,17); }

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

background-color css

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

 a { background-color: rgb(50,34,17); }

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

border-color css

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

 span { border-color: rgb(50,34,17); }

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