#312923

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

Shades of Cocoa Brown #312923

Tints of Cocoa Brown #312923

Color information

#312923 (or 0x312923) is unknown color: approx Cocoa Brown. HEX triplet: 31, 29 and 23. RGB value is (49,41,35). Sum of RGB (Red+Green+Blue) = 49+41+35=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312923 is #CED6DC. Grayscale: #2A2A2A. Windows color (decimal): -13555421 or 2304305. OLE color: 2304305.

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

Color convert

RGB494135-
CMYK00.160.290.81
HSL25.71º16.67%16.47%-
HSV(B)25.71º28.57%19.22%-
XYZ2.362.361.92-
YUV42.71123.65132.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 35 (14.06% from 255) = 28%
R=39.2%
G=32.8%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49413500.160.290.8125.7116.6716.47
Hex3129230101D511a1110
Octal61514302035121322120
Binary110001101001100011010000111011010001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312923; }

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

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

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

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

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

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

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

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