Html Css Color HEX #322317 Cocoa Brown

📋 copy color: '#322317'

red 50 ◦ green 35 ◦ blue 23

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

Shades of Cocoa Brown #322317

Tints of Cocoa Brown #322317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.3%

R = 46.3%
G = 32.41%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#322317 (or 0x322317) is known color: Cocoa Brown. HEX triplet: 32, 23 and 17. RGB value is (50,35,23). Sum of RGB (Red+Green+Blue) = 50+35+23=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322317 is #CDDCE8. Grayscale: #262626. Windows color (decimal): -13491433 or 1516338. OLE color: 1516338.

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

Color convert

RGB 50 35 23 -
CMYK 0 0.30 0.54 0.80
HSL 26.67º 0.37% 0.14% -
HSV(B) 26.67º 0.54% 0.2% -
XYZ 2.07 1.94 1.08 -
YUV 38.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 50 35 23 0 0.30 0.54 0.80 26.67 0.37 0.14
Hex 32 23 17 0 1E 36 50 1B 25 E
Octal 62 43 27 0 36 66 120 33 45 16
Binary 110010 100011 10111 0 11110 110110 1010000 11011 100101 1110

Color Harmonies of #322317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322317

Black with #322317

Text Example


Text Example

White with #322317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322317; }

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

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

background-color css

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

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

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

border-color css

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

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

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