#31201A

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

Shades of Wood Bark #31201A

Tints of Wood Bark #31201A

Color information

#31201A (or 0x31201A) is unknown color: approx Wood Bark. HEX triplet: 31, 20 and 1A. RGB value is (49,32,26). Sum of RGB (Red+Green+Blue) = 49+32+26=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #31201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31201A is #CEDFE5. Grayscale: #242424. Windows color (decimal): -13557734 or 1712177. OLE color: 1712177.

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

Color convert

RGB493226-
CMYK00.350.470.81
HSL15.65º30.67%14.71%-
HSV(B)15.65º46.94%19.22%-
XYZ1.971.761.21-
YUV36.4122.13136.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=45.79%
G=29.91%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322600.350.470.8115.6530.6714.71
Hex31201A0232F51101ff
Octal61403204357121203717
Binary110001100000110100100011101111101000110000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31201A; }

 p { color: rgb(49,32,26); }

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

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

 a { background-color: rgb(49,32,26); }

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

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

 span { border-color: rgb(49,32,26); }

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