#8D3A2F

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

Shades of Prairie Sand #8D3A2F

Tints of Prairie Sand #8D3A2F

Color information

#8D3A2F (or 0x8D3A2F) is unknown color: approx Prairie Sand. HEX triplet: 8D, 3A and 2F. RGB value is (141,58,47). Sum of RGB (Red+Green+Blue) = 141+58+47=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A2F is #72C5D0. Grayscale: #515151. Windows color (decimal): -7521745 or 3095181. OLE color: 3095181.

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

Color convert

RGB1415847-
CMYK00.590.670.45
HSL7.02º50%36.86%-
HSV(B)7.02º66.67%55.29%-
XYZ13.018.893.72-
YUV81.56108.5170.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=57.32%
G=23.58%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141584700.590.670.457.025036.86
Hex8D3A2F03B432D73225
Octal21572570731035576245
Binary1000110111101010111101110111000011101101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,47); }

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

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

 a { background-color: rgb(141,58,47); }

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

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

 span { border-color: rgb(141,58,47); }

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