Html Css Color HEX #322215 Cocoa Brown

📋 copy color: '#322215'

red 50 ◦ green 34 ◦ blue 21

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

Shades of Cocoa Brown #322215

Tints of Cocoa Brown #322215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20%

R = 47.62%
G = 32.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#322215 (or 0x322215) is known color: Cocoa Brown. HEX triplet: 32, 22 and 15. RGB value is (50,34,21). Sum of RGB (Red+Green+Blue) = 50+34+21=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322215 is #CDDDEA. Grayscale: #252525. Windows color (decimal): -13491691 or 1385010. OLE color: 1385010.

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

Color convert

RGB 50 34 21 -
CMYK 0 0.32 0.58 0.80
HSL 26.9º 0.41% 0.14% -
HSV(B) 26.9º 0.58% 0.2% -
XYZ 2.02 1.88 0.97 -
YUV 37.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 50 34 21 0 0.32 0.58 0.80 26.9 0.41 0.14
Hex 32 22 15 0 20 3A 50 1B 29 E
Octal 62 42 25 0 40 72 120 33 51 16
Binary 110010 100010 10101 0 100000 111010 1010000 11011 101001 1110

Color Harmonies of #322215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322215

Black with #322215

Text Example


Text Example

White with #322215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322215; }

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

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

background-color css

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

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

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

border-color css

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

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

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