#312419

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

Shades of Cocoa Brown #312419

Tints of Cocoa Brown #312419

Color information

#312419 (or 0x312419) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 19. RGB value is (49,36,25). Sum of RGB (Red+Green+Blue) = 49+36+25=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312419 is #CEDBE6. Grayscale: #262626. Windows color (decimal): -13556711 or 1647665. OLE color: 1647665.

HSL color Cylindrical-coordinate representation of color #312419: hue angle of 27.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312419 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB493625-
CMYK00.270.490.81
HSL27.5º32.43%14.51%-
HSV(B)27.5º48.98%19.22%-
XYZ2.071.981.19-
YUV38.63120.31135.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=44.55%
G=32.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49362500.270.490.8127.532.4314.51
Hex31241901B31511c20f
Octal61443103361121344017
Binary110001100100110010110111100011010001111001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312419; }

 p { color: rgb(49,36,25); }

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

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

 a { background-color: rgb(49,36,25); }

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

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

 span { border-color: rgb(49,36,25); }

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