#8D3B31

Color #8D3B31 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #8D3B31

Tints of Prairie Sand #8D3B31

Color information

#8D3B31 (or 0x8D3B31) is unknown color: approx Prairie Sand. HEX triplet: 8D, 3B and 31. RGB value is (141,59,49). Sum of RGB (Red+Green+Blue) = 141+59+49=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3B31 is #72C4CE. Grayscale: #525252. Windows color (decimal): -7521487 or 3226509. OLE color: 3226509.

HSL color Cylindrical-coordinate representation of color #8D3B31: hue angle of 6.52º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3B31 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1415949-
CMYK00.580.650.45
HSL6.52º48.42%37.25%-
HSV(B)6.52º65.25%55.29%-
XYZ13.19.013.95-
YUV82.38109.17169.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=56.63%
G=23.69%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141594900.580.650.456.5248.4237.25
Hex8D3B3103A412D73025
Octal21573610721015576045
Binary1000110111101111000101110101000001101101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D3B31; }

 p { color: rgb(141,59,49); }

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

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

 a { background-color: rgb(141,59,49); }

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

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

 span { border-color: rgb(141,59,49); }

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