#312922

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

Shades of Cocoa Brown #312922

Tints of Cocoa Brown #312922

Color information

#312922 (or 0x312922) is unknown color: approx Cocoa Brown. HEX triplet: 31, 29 and 22. RGB value is (49,41,34). Sum of RGB (Red+Green+Blue) = 49+41+34=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312922 is #CED6DD. Grayscale: #2A2A2A. Windows color (decimal): -13555422 or 2238769. OLE color: 2238769.

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

Color convert

RGB494134-
CMYK00.160.310.81
HSL28º18.07%16.27%-
HSV(B)28º30.61%19.22%-
XYZ2.352.351.84-
YUV42.59123.15132.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=39.52%
G=33.06%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49413400.160.310.812818.0716.27
Hex3129220101F511c1210
Octal61514202037121342220
Binary110001101001100010010000111111010001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312922; }

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

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

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

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

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

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

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

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