Html Css Color HEX #322315 Cocoa Brown

📋 copy color: '#322315'

red 50 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #322315

Tints of Cocoa Brown #322315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.02%

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

R = 47.17%
G = 33.02%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#322315 (or 0x322315) is known color: Cocoa Brown. HEX triplet: 32, 23 and 15. RGB value is (50,35,21). Sum of RGB (Red+Green+Blue) = 50+35+21=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322315 is #CDDCEA. Grayscale: #252525. Windows color (decimal): -13491435 or 1385266. OLE color: 1385266.

HSL color Cylindrical-coordinate representation of color #322315: hue angle of 28.97º 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 #322315 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 35 21 -
CMYK 0 0.30 0.58 0.80
HSL 28.97º 0.41% 0.14% -
HSV(B) 28.97º 0.58% 0.2% -
XYZ 2.05 1.93 0.97 -
YUV 37.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 50 35 21 0 0.30 0.58 0.80 28.97 0.41 0.14
Hex 32 23 15 0 1E 3A 50 1D 29 E
Octal 62 43 25 0 36 72 120 35 51 16
Binary 110010 100011 10101 0 11110 111010 1010000 11101 101001 1110

Color Harmonies of #322315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322315

Black with #322315

Text Example


Text Example

White with #322315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322315; }

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

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

background-color css

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

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

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

border-color css

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

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

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