#312518

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

Shades of Cocoa Brown #312518

Tints of Cocoa Brown #312518

Color information

#312518 (or 0x312518) is unknown color: approx Cocoa Brown. HEX triplet: 31, 25 and 18. RGB value is (49,37,24). Sum of RGB (Red+Green+Blue) = 49+37+24=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312518 is #CEDAE7. Grayscale: #272727. Windows color (decimal): -13556456 or 1582385. OLE color: 1582385.

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

Color convert

RGB493724-
CMYK00.240.510.81
HSL31.2º34.25%14.31%-
HSV(B)31.2º51.02%19.22%-
XYZ2.092.041.15-
YUV39.11119.48135.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=44.55%
G=33.64%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372400.240.510.8131.234.2514.31
Hex31251801833511f22e
Octal61453003063121374216
Binary110001100101110000110001100111010001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312518; }

 p { color: rgb(49,37,24); }

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

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

 a { background-color: rgb(49,37,24); }

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

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

 span { border-color: rgb(49,37,24); }

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