#311F0F

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

Shades of Cocoa Brown #311F0F

Tints of Cocoa Brown #311F0F

Color information

#311F0F (or 0x311F0F) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1F and 0F. RGB value is (49,31,15). Sum of RGB (Red+Green+Blue) = 49+31+15=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F0F is #CEE0F0. Grayscale: #222222. Windows color (decimal): -13558001 or 991025. OLE color: 991025.

HSL color Cylindrical-coordinate representation of color #311F0F: hue angle of 28.24º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311F0F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB493115-
CMYK00.370.690.81
HSL28.24º53.12%12.55%-
HSV(B)28.24º69.39%19.22%-
XYZ1.841.670.68-
YUV34.56116.96138.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=51.58%
G=32.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49311500.370.690.8128.2453.1212.55
Hex311FF02545511c35d
Octal613717045105121346515
Binary110001111111111010010110001011010001111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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