Html Css Color HEX #312520 Wood Bark

📋 copy color: '#312520'

red 49 ◦ green 37 ◦ blue 32

#312520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #312520

Tints of Wood Bark #312520

RGB

 RED value IS 49 (19.53% from 255) = 41.53%

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 41.53%
G = 31.36%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#312520 (or 0x312520) is known color: Wood Bark. HEX triplet: 31, 25 and 20. RGB value is (49,37,32). Sum of RGB (Red+Green+Blue) = 49+37+32=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312520 is #CEDADF. Grayscale: #282828. Windows color (decimal): -13556448 or 2106673. OLE color: 2106673.

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

Color convert

RGB 49 37 32 -
CMYK 0 0.24 0.35 0.81
HSL 17.65º 0.21% 0.16% -
HSV(B) 17.65º 0.35% 0.19% -
XYZ 2.19 2.08 1.65 -
YUV 40.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 49 37 32 0 0.24 0.35 0.81 17.65 0.21 0.16
Hex 31 25 20 0 18 23 51 12 15 10
Octal 61 45 40 0 30 43 121 22 25 20
Binary 110001 100101 100000 0 11000 100011 1010001 10010 10101 10000

Color Harmonies of #312520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312520

Black with #312520

Text Example


Text Example

White with #312520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312520; }

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

 H1.HeaderClassName
 {
   color: #312520;
 }
 .AnyTagClassName
 {
   color: #312520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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