Shades of Afghan Tan #945C1C
Tints of Afghan Tan #945C1C
RGB
CMYK
RGB Variations
Color information
#945C1C (or 0x945C1C) is known color: Afghan Tan. HEX triplet: 94, 5C and 1C. RGB value is (148,92,28). Sum of RGB (Red+Green+Blue) = 148+92+28=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #945C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C1C is #6BA3E3. Grayscale: #656565. Windows color (decimal): -7054308 or 1858708. OLE color: 1858708.
HSL color Cylindrical-coordinate representation of color #945C1C: hue angle of 32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #945C1C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 28 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.42 |
| HSL | 32º | 0.68% | 0.35% | - |
| HSV(B) | 32º | 0.81% | 0.58% | - |
| XYZ | 16.25 | 14.03 | 2.95 | - |
| YUV | 101.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 28 | 0 | 0.38 | 0.81 | 0.42 | 32 | 0.68 | 0.35 |
| Hex | 94 | 5C | 1C | 0 | 26 | 51 | 2A | 20 | 44 | 23 |
| Octal | 224 | 134 | 34 | 0 | 46 | 121 | 52 | 40 | 104 | 43 |
| Binary | 10010100 | 1011100 | 11100 | 0 | 100110 | 1010001 | 101010 | 100000 | 1000100 | 100011 |
Color Harmonies of #945C1C
Complementary color
Monochromatic Colors of #945C1C
Black with #945C1C
Text Example
Text Example
White with #945C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C1C; }
p { color: rgb(148,92,28); }
H1.HeaderClassName
{
color: #945C1C;
}
.AnyTagClassName
{
color: #945C1C;
}
</style>
background-color css
<style>
a { background-color: #945C1C; }
a { background-color: rgb(148,92,28); }
div.DivClassName
{
background-color: #945C1C;
}
.BgClassName
{
background-color: #945C1C;
}
</style>
border-color css
<style>
span { border-color: #945C1C; }
span { border-color: rgb(148,92,28); }
td.TdClassName
{
border-color: #945C1C;
}
.TagClassName
{
border-color: #945C1C;
}
</style>