#312310

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

Shades of Cocoa Brown #312310

Tints of Cocoa Brown #312310

Color information

#312310 (or 0x312310) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 10. RGB value is (49,35,16). Sum of RGB (Red+Green+Blue) = 49+35+16=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312310 is #CEDCEF. Grayscale: #252525. Windows color (decimal): -13556976 or 1057585. OLE color: 1057585.

HSL color Cylindrical-coordinate representation of color #312310: hue angle of 34.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312310 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB493516-
CMYK00.290.670.81
HSL34.55º50.77%12.75%-
HSV(B)34.55º67.35%19.22%-
XYZ1.961.890.75-
YUV37.02116.14136.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 16 (6.64% from 255) = 16%
R=49%
G=35%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49351600.290.670.8134.5550.7712.75
Hex31231001D43512333d
Octal614320035103121436315
Binary11000110001110000011101100001110100011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312310; }

 p { color: rgb(49,35,16); }

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

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

 a { background-color: rgb(49,35,16); }

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

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

 span { border-color: rgb(49,35,16); }

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