Html Css Color HEX #322316 Cocoa Brown

📋 copy color: '#322316'

red 50 ◦ green 35 ◦ blue 22

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

Shades of Cocoa Brown #322316

Tints of Cocoa Brown #322316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 46.73%
G = 32.71%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#322316 (or 0x322316) is known color: Cocoa Brown. HEX triplet: 32, 23 and 16. RGB value is (50,35,22). Sum of RGB (Red+Green+Blue) = 50+35+22=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #322316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322316 is #CDDCE9. Grayscale: #262626. Windows color (decimal): -13491434 or 1450802. OLE color: 1450802.

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

Color convert

RGB 50 35 22 -
CMYK 0 0.30 0.56 0.80
HSL 27.86º 0.39% 0.14% -
HSV(B) 27.86º 0.56% 0.2% -
XYZ 2.06 1.94 1.02 -
YUV 38 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 50 35 22 0 0.30 0.56 0.80 27.86 0.39 0.14
Hex 32 23 16 0 1E 38 50 1C 27 E
Octal 62 43 26 0 36 70 120 34 47 16
Binary 110010 100011 10110 0 11110 111000 1010000 11100 100111 1110

Color Harmonies of #322316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322316

Black with #322316

Text Example


Text Example

White with #322316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322316; }

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

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

background-color css

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

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

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

border-color css

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

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

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