#312107

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

Shades of Cocoa Brown #312107

Tints of Cocoa Brown #312107

Color information

#312107 (or 0x312107) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 07. RGB value is (49,33,7). Sum of RGB (Red+Green+Blue) = 49+33+7=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #312107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312107 is #CEDEF8. Grayscale: #222222. Windows color (decimal): -13557497 or 467249. OLE color: 467249.

HSL color Cylindrical-coordinate representation of color #312107: hue angle of 37.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #312107 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB49337-
CMYK00.330.860.81
HSL37.14º75%10.98%-
HSV(B)37.14º85.71%19.22%-
XYZ1.851.760.44-
YUV34.82112.3138.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=55.06%
G=37.08%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933700.330.860.8137.147510.98
Hex312170215651254bb
Octal614170411261214511313
Binary11000110000111101000011010110101000110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312107; }

 p { color: rgb(49,33,7); }

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

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

 a { background-color: rgb(49,33,7); }

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

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

 span { border-color: rgb(49,33,7); }

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