Html Css Color HEX #312012 Cocoa Brown

📋 copy color: '#312012'

red 49 ◦ green 32 ◦ blue 18

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

Shades of Cocoa Brown #312012

Tints of Cocoa Brown #312012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.32%

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

R = 49.49%
G = 32.32%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#312012 (or 0x312012) is known color: Cocoa Brown. HEX triplet: 31, 20 and 12. RGB value is (49,32,18). Sum of RGB (Red+Green+Blue) = 49+32+18=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312012 is #CEDFED. Grayscale: #232323. Windows color (decimal): -13557742 or 1187889. OLE color: 1187889.

HSL color Cylindrical-coordinate representation of color #312012: hue angle of 27.1º 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 #312012 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 18 -
CMYK 0 0.35 0.63 0.81
HSL 27.1º 0.46% 0.13% -
HSV(B) 27.1º 0.63% 0.19% -
XYZ 1.89 1.73 0.81 -
YUV 35.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 49 32 18 0 0.35 0.63 0.81 27.1 0.46 0.13
Hex 31 20 12 0 23 3F 51 1B 2E D
Octal 61 40 22 0 43 77 121 33 56 15
Binary 110001 100000 10010 0 100011 111111 1010001 11011 101110 1101

Color Harmonies of #312012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312012

Black with #312012

Text Example


Text Example

White with #312012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312012; }

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

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

background-color css

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

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

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

border-color css

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

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

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