Html Css Color HEX #312014 Cocoa Brown

📋 copy color: '#312014'

red 49 ◦ green 32 ◦ blue 20

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

Shades of Cocoa Brown #312014

Tints of Cocoa Brown #312014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 48.51%
G = 31.68%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#312014 (or 0x312014) is known color: Cocoa Brown. HEX triplet: 31, 20 and 14. RGB value is (49,32,20). Sum of RGB (Red+Green+Blue) = 49+32+20=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312014 is #CEDFEB. Grayscale: #232323. Windows color (decimal): -13557740 or 1318961. OLE color: 1318961.

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

Color convert

RGB 49 32 20 -
CMYK 0 0.35 0.59 0.81
HSL 24.83º 0.42% 0.14% -
HSV(B) 24.83º 0.59% 0.19% -
XYZ 1.91 1.74 0.9 -
YUV 35.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 49 32 20 0 0.35 0.59 0.81 24.83 0.42 0.14
Hex 31 20 14 0 23 3B 51 19 2A E
Octal 61 40 24 0 43 73 121 31 52 16
Binary 110001 100000 10100 0 100011 111011 1010001 11001 101010 1110

Color Harmonies of #312014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312014

Black with #312014

Text Example


Text Example

White with #312014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312014; }

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

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

background-color css

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

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

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

border-color css

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

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

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