Shades of Prairie Sand #8A3C2D
Tints of Prairie Sand #8A3C2D
RGB
CMYK
RGB Variations
Color information
#8A3C2D (or 0x8A3C2D) is known color: Prairie Sand. HEX triplet: 8A, 3C and 2D. RGB value is (138,60,45). Sum of RGB (Red+Green+Blue) = 138+60+45=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3C2D is #75C3D2. Grayscale: #515151. Windows color (decimal): -7717843 or 2964618. OLE color: 2964618.
HSL color Cylindrical-coordinate representation of color #8A3C2D: hue angle of 9.68º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3C2D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 45 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.46 |
| HSL | 9.68º | 0.51% | 0.36% | - |
| HSV(B) | 9.68º | 0.67% | 0.54% | - |
| XYZ | 12.57 | 8.82 | 3.52 | - |
| YUV | 81.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 45 | 0 | 0.57 | 0.67 | 0.46 | 9.68 | 0.51 | 0.36 |
| Hex | 8A | 3C | 2D | 0 | 39 | 43 | 2E | A | 33 | 24 |
| Octal | 212 | 74 | 55 | 0 | 71 | 103 | 56 | 12 | 63 | 44 |
| Binary | 10001010 | 111100 | 101101 | 0 | 111001 | 1000011 | 101110 | 1010 | 110011 | 100100 |
Color Harmonies of #8A3C2D
Complementary color
Monochromatic Colors of #8A3C2D
Black with #8A3C2D
Text Example
Text Example
White with #8A3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C2D; }
p { color: rgb(138,60,45); }
H1.HeaderClassName
{
color: #8A3C2D;
}
.AnyTagClassName
{
color: #8A3C2D;
}
</style>
background-color css
<style>
a { background-color: #8A3C2D; }
a { background-color: rgb(138,60,45); }
div.DivClassName
{
background-color: #8A3C2D;
}
.BgClassName
{
background-color: #8A3C2D;
}
</style>
border-color css
<style>
span { border-color: #8A3C2D; }
span { border-color: rgb(138,60,45); }
td.TdClassName
{
border-color: #8A3C2D;
}
.TagClassName
{
border-color: #8A3C2D;
}
</style>