Shades of Afghan Tan #92521C
Tints of Afghan Tan #92521C
RGB
CMYK
RGB Variations
Color information
#92521C (or 0x92521C) is known color: Afghan Tan. HEX triplet: 92, 52 and 1C. RGB value is (146,82,28). Sum of RGB (Red+Green+Blue) = 146+82+28=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92521C is #6DADE3. Grayscale: #5F5F5F. Windows color (decimal): -7187940 or 1856146. OLE color: 1856146.
HSL color Cylindrical-coordinate representation of color #92521C: hue angle of 27.46º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92521C is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 28 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.43 |
| HSL | 27.46º | 0.68% | 0.34% | - |
| HSV(B) | 27.46º | 0.81% | 0.57% | - |
| XYZ | 15.08 | 12.23 | 2.66 | - |
| YUV | 94.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 28 | 0 | 0.44 | 0.81 | 0.43 | 27.46 | 0.68 | 0.34 |
| Hex | 92 | 52 | 1C | 0 | 2C | 51 | 2B | 1B | 44 | 22 |
| Octal | 222 | 122 | 34 | 0 | 54 | 121 | 53 | 33 | 104 | 42 |
| Binary | 10010010 | 1010010 | 11100 | 0 | 101100 | 1010001 | 101011 | 11011 | 1000100 | 100010 |
Color Harmonies of #92521C
Complementary color
Monochromatic Colors of #92521C
Black with #92521C
Text Example
Text Example
White with #92521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92521C; }
p { color: rgb(146,82,28); }
H1.HeaderClassName
{
color: #92521C;
}
.AnyTagClassName
{
color: #92521C;
}
</style>
background-color css
<style>
a { background-color: #92521C; }
a { background-color: rgb(146,82,28); }
div.DivClassName
{
background-color: #92521C;
}
.BgClassName
{
background-color: #92521C;
}
</style>
border-color css
<style>
span { border-color: #92521C; }
span { border-color: rgb(146,82,28); }
td.TdClassName
{
border-color: #92521C;
}
.TagClassName
{
border-color: #92521C;
}
</style>