#312319

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

Shades of Cocoa Brown #312319

Tints of Cocoa Brown #312319

Color information

#312319 (or 0x312319) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 19. RGB value is (49,35,25). Sum of RGB (Red+Green+Blue) = 49+35+25=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312319 is #CEDCE6. Grayscale: #262626. Windows color (decimal): -13556967 or 1647409. OLE color: 1647409.

HSL color Cylindrical-coordinate representation of color #312319: hue angle of 25º 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 #312319 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB493525-
CMYK00.290.490.81
HSL25º32.43%14.51%-
HSV(B)25º48.98%19.22%-
XYZ2.041.931.18-
YUV38.05120.64135.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=44.95%
G=32.11%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352500.290.490.812532.4314.51
Hex31231901D31511920f
Octal61433103561121314017
Binary110001100011110010111011100011010001110011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312319; }

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

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

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

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

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

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

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

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