Html Css Color HEX #312112 Cocoa Brown

📋 copy color: '#312112'

red 49 ◦ green 33 ◦ blue 18

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

Shades of Cocoa Brown #312112

Tints of Cocoa Brown #312112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33%

 BLUE value IS 18 (7.42% from 255) = 18%

R = 49%
G = 33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#312112 (or 0x312112) is known color: Cocoa Brown. HEX triplet: 31, 21 and 12. RGB value is (49,33,18). Sum of RGB (Red+Green+Blue) = 49+33+18=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312112 is #CEDEED. Grayscale: #242424. Windows color (decimal): -13557486 or 1188145. OLE color: 1188145.

HSL color Cylindrical-coordinate representation of color #312112: hue angle of 29.03º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312112 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 18 -
CMYK 0 0.33 0.63 0.81
HSL 29.03º 0.46% 0.13% -
HSV(B) 29.03º 0.63% 0.19% -
XYZ 1.92 1.78 0.82 -
YUV 36.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 49 33 18 0 0.33 0.63 0.81 29.03 0.46 0.13
Hex 31 21 12 0 21 3F 51 1D 2E D
Octal 61 41 22 0 41 77 121 35 56 15
Binary 110001 100001 10010 0 100001 111111 1010001 11101 101110 1101

Color Harmonies of #312112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312112

Black with #312112

Text Example


Text Example

White with #312112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312112; }

 p { color: rgb(49,33,18); }

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

background-color css

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

 a { background-color: rgb(49,33,18); }

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

border-color css

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

 span { border-color: rgb(49,33,18); }

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