#311F14

Color #311F14 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #311F14

Tints of Cocoa Brown #311F14

Color information

#311F14 (or 0x311F14) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1F and 14. RGB value is (49,31,20). Sum of RGB (Red+Green+Blue) = 49+31+20=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F14 is #CEE0EB. Grayscale: #232323. Windows color (decimal): -13557996 or 1318705. OLE color: 1318705.

HSL color Cylindrical-coordinate representation of color #311F14: hue angle of 22.76º 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 #311F14 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB493120-
CMYK00.370.590.81
HSL22.76º42.03%13.53%-
HSV(B)22.76º59.18%19.22%-
XYZ1.881.680.89-
YUV35.13119.46137.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 20 (8.20% from 255) = 20%
R=49%
G=31%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49312000.370.590.8122.7642.0313.53
Hex311F140253B51172ae
Octal61372404573121275216
Binary110001111111010001001011110111010001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F14; }

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

 H1.HeaderClassName
 {
   color: #311F14;
 }
 .AnyTagClassName
 {
   color: #311F14;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #311F14;
 }
 .BgClassName
 {
   background-color: #311F14;
 }
</style>
border-color css

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

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

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