Shades of Afghan Tan #945A1E
Tints of Afghan Tan #945A1E
RGB
CMYK
RGB Variations
Color information
#945A1E (or 0x945A1E) is known color: Afghan Tan. HEX triplet: 94, 5A and 1E. RGB value is (148,90,30). Sum of RGB (Red+Green+Blue) = 148+90+30=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #945A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A1E is #6BA5E1. Grayscale: #646464. Windows color (decimal): -7054818 or 1989268. OLE color: 1989268.
HSL color Cylindrical-coordinate representation of color #945A1E: hue angle of 30.51º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #945A1E is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 30 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.42 |
| HSL | 30.51º | 0.66% | 0.35% | - |
| HSV(B) | 30.51º | 0.8% | 0.58% | - |
| XYZ | 16.1 | 13.7 | 3.02 | - |
| YUV | 100.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 30 | 0 | 0.39 | 0.80 | 0.42 | 30.51 | 0.66 | 0.35 |
| Hex | 94 | 5A | 1E | 0 | 27 | 50 | 2A | 1F | 42 | 23 |
| Octal | 224 | 132 | 36 | 0 | 47 | 120 | 52 | 37 | 102 | 43 |
| Binary | 10010100 | 1011010 | 11110 | 0 | 100111 | 1010000 | 101010 | 11111 | 1000010 | 100011 |
Color Harmonies of #945A1E
Complementary color
Monochromatic Colors of #945A1E
Black with #945A1E
Text Example
Text Example
White with #945A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A1E; }
p { color: rgb(148,90,30); }
H1.HeaderClassName
{
color: #945A1E;
}
.AnyTagClassName
{
color: #945A1E;
}
</style>
background-color css
<style>
a { background-color: #945A1E; }
a { background-color: rgb(148,90,30); }
div.DivClassName
{
background-color: #945A1E;
}
.BgClassName
{
background-color: #945A1E;
}
</style>
border-color css
<style>
span { border-color: #945A1E; }
span { border-color: rgb(148,90,30); }
td.TdClassName
{
border-color: #945A1E;
}
.TagClassName
{
border-color: #945A1E;
}
</style>