#311E0D

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

Shades of Cocoa Brown #311E0D

Tints of Cocoa Brown #311E0D

Color information

#311E0D (or 0x311E0D) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 0D. RGB value is (49,30,13). Sum of RGB (Red+Green+Blue) = 49+30+13=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E0D is #CEE1F2. Grayscale: #212121. Windows color (decimal): -13558259 or 859697. OLE color: 859697.

HSL color Cylindrical-coordinate representation of color #311E0D: hue angle of 28.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311E0D is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB493013-
CMYK00.390.730.81
HSL28.33º58.06%12.16%-
HSV(B)28.33º73.47%19.22%-
XYZ1.81.610.6-
YUV33.74116.29138.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=53.26%
G=32.61%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49301300.390.730.8128.3358.0612.16
Hex311ED02749511c3ac
Octal613615047111121347214
Binary110001111101101010011110010011010001111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,13); }

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

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

 a { background-color: rgb(49,30,13); }

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

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

 span { border-color: rgb(49,30,13); }

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