Shades of Afghan Tan #925C2B
Tints of Afghan Tan #925C2B
RGB
CMYK
RGB Variations
Color information
#925C2B (or 0x925C2B) is known color: Afghan Tan. HEX triplet: 92, 5C and 2B. RGB value is (146,92,43). Sum of RGB (Red+Green+Blue) = 146+92+43=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C2B is #6DA3D4. Grayscale: #666666. Windows color (decimal): -7185365 or 2841746. OLE color: 2841746.
HSL color Cylindrical-coordinate representation of color #925C2B: hue angle of 28.54º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #925C2B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 43 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.43 |
| HSL | 28.54º | 0.54% | 0.37% | - |
| HSV(B) | 28.54º | 0.71% | 0.57% | - |
| XYZ | 16.12 | 13.94 | 4.13 | - |
| YUV | 102.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 43 | 0 | 0.37 | 0.71 | 0.43 | 28.54 | 0.54 | 0.37 |
| Hex | 92 | 5C | 2B | 0 | 25 | 47 | 2B | 1D | 36 | 25 |
| Octal | 222 | 134 | 53 | 0 | 45 | 107 | 53 | 35 | 66 | 45 |
| Binary | 10010010 | 1011100 | 101011 | 0 | 100101 | 1000111 | 101011 | 11101 | 110110 | 100101 |
Color Harmonies of #925C2B
Complementary color
Monochromatic Colors of #925C2B
Black with #925C2B
Text Example
Text Example
White with #925C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C2B; }
p { color: rgb(146,92,43); }
H1.HeaderClassName
{
color: #925C2B;
}
.AnyTagClassName
{
color: #925C2B;
}
</style>
background-color css
<style>
a { background-color: #925C2B; }
a { background-color: rgb(146,92,43); }
div.DivClassName
{
background-color: #925C2B;
}
.BgClassName
{
background-color: #925C2B;
}
</style>
border-color css
<style>
span { border-color: #925C2B; }
span { border-color: rgb(146,92,43); }
td.TdClassName
{
border-color: #925C2B;
}
.TagClassName
{
border-color: #925C2B;
}
</style>