#312825

Color #312825 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #312825

Tints of Wood Bark #312825

Color information

#312825 (or 0x312825) is unknown color: approx Wood Bark. HEX triplet: 31, 28 and 25. RGB value is (49,40,37). Sum of RGB (Red+Green+Blue) = 49+40+37=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312825 is #CED7DA. Grayscale: #2A2A2A. Windows color (decimal): -13555675 or 2435121. OLE color: 2435121.

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

Color convert

RGB494037-
CMYK00.180.240.81
HSL15º13.95%16.86%-
HSV(B)15º24.49%19.22%-
XYZ2.362.32.07-
YUV42.35124.98132.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=38.89%
G=31.75%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49403700.180.240.811513.9516.86
Hex3128250121851fe11
Octal61504502230121171621
Binary1100011010001001010100101100010100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312825; }

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

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

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

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

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

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

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

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