Shades of Russet #8A451E
Tints of Russet #8A451E
RGB
CMYK
RGB Variations
Color information
#8A451E (or 0x8A451E) is known color: Russet. HEX triplet: 8A, 45 and 1E. RGB value is (138,69,30). Sum of RGB (Red+Green+Blue) = 138+69+30=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A451E is #75BAE1. Grayscale: #555555. Windows color (decimal): -7715554 or 1983882. OLE color: 1983882.
HSL color Cylindrical-coordinate representation of color #8A451E: hue angle of 21.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A451E is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 30 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.46 |
| HSL | 21.67º | 0.64% | 0.33% | - |
| HSV(B) | 21.67º | 0.78% | 0.54% | - |
| XYZ | 12.84 | 9.75 | 2.43 | - |
| YUV | 85.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 30 | 0 | 0.5 | 0.78 | 0.46 | 21.67 | 0.64 | 0.33 |
| Hex | 8A | 45 | 1E | 0 | 32 | 4E | 2E | 16 | 40 | 21 |
| Octal | 212 | 105 | 36 | 0 | 62 | 116 | 56 | 26 | 100 | 41 |
| Binary | 10001010 | 1000101 | 11110 | 0 | 110010 | 1001110 | 101110 | 10110 | 1000000 | 100001 |
Color Harmonies of #8A451E
Complementary color
Monochromatic Colors of #8A451E
Black with #8A451E
Text Example
Text Example
White with #8A451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A451E; }
p { color: rgb(138,69,30); }
H1.HeaderClassName
{
color: #8A451E;
}
.AnyTagClassName
{
color: #8A451E;
}
</style>
background-color css
<style>
a { background-color: #8A451E; }
a { background-color: rgb(138,69,30); }
div.DivClassName
{
background-color: #8A451E;
}
.BgClassName
{
background-color: #8A451E;
}
</style>
border-color css
<style>
span { border-color: #8A451E; }
span { border-color: rgb(138,69,30); }
td.TdClassName
{
border-color: #8A451E;
}
.TagClassName
{
border-color: #8A451E;
}
</style>