Html Css Color HEX #312820 Cocoa Brown

📋 copy color: '#312820'

red 49 ◦ green 40 ◦ blue 32

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

Shades of Cocoa Brown #312820

Tints of Cocoa Brown #312820

RGB

 RED value IS 49 (19.53% from 255) = 40.5%

 GREEN value IS 40 (16.02% from 255) = 33.06%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 40.5%
G = 33.06%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#312820 (or 0x312820) is known color: Cocoa Brown. HEX triplet: 31, 28 and 20. RGB value is (49,40,32). Sum of RGB (Red+Green+Blue) = 49+40+32=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312820 is #CED7DF. Grayscale: #292929. Windows color (decimal): -13555680 or 2107441. OLE color: 2107441.

HSL color Cylindrical-coordinate representation of color #312820: hue angle of 28.24º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312820 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 40 32 -
CMYK 0 0.18 0.35 0.81
HSL 28.24º 0.21% 0.16% -
HSV(B) 28.24º 0.35% 0.19% -
XYZ 2.29 2.27 1.69 -
YUV 41.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 49 40 32 0 0.18 0.35 0.81 28.24 0.21 0.16
Hex 31 28 20 0 12 23 51 1C 15 10
Octal 61 50 40 0 22 43 121 34 25 20
Binary 110001 101000 100000 0 10010 100011 1010001 11100 10101 10000

Color Harmonies of #312820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312820

Black with #312820

Text Example


Text Example

White with #312820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312820; }

 p { color: rgb(49,40,32); }

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

background-color css

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

 a { background-color: rgb(49,40,32); }

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

border-color css

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

 span { border-color: rgb(49,40,32); }

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