Html Css Color HEX #322213 Cocoa Brown

📋 copy color: '#322213'

red 50 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #322213

Tints of Cocoa Brown #322213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 48.54%
G = 33.01%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#322213 (or 0x322213) is known color: Cocoa Brown. HEX triplet: 32, 22 and 13. RGB value is (50,34,19). Sum of RGB (Red+Green+Blue) = 50+34+19=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #322213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322213 is #CDDDEC. Grayscale: #252525. Windows color (decimal): -13491693 or 1253938. OLE color: 1253938.

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

Color convert

RGB 50 34 19 -
CMYK 0 0.32 0.62 0.80
HSL 29.03º 0.45% 0.14% -
HSV(B) 29.03º 0.62% 0.2% -
XYZ 2 1.87 0.87 -
YUV 37.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 50 34 19 0 0.32 0.62 0.80 29.03 0.45 0.14
Hex 32 22 13 0 20 3E 50 1D 2D E
Octal 62 42 23 0 40 76 120 35 55 16
Binary 110010 100010 10011 0 100000 111110 1010000 11101 101101 1110

Color Harmonies of #322213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322213

Black with #322213

Text Example


Text Example

White with #322213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322213; }

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

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

background-color css

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

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

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

border-color css

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

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

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