Shades of Afghan Tan #925F1D
Tints of Afghan Tan #925F1D
RGB
CMYK
RGB Variations
Color information
#925F1D (or 0x925F1D) is known color: Afghan Tan. HEX triplet: 92, 5F and 1D. RGB value is (146,95,29). Sum of RGB (Red+Green+Blue) = 146+95+29=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #925F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F1D is #6DA0E2. Grayscale: #676767. Windows color (decimal): -7184611 or 1925010. OLE color: 1925010.
HSL color Cylindrical-coordinate representation of color #925F1D: hue angle of 33.85º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #925F1D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 29 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.43 |
| HSL | 33.85º | 0.67% | 0.34% | - |
| HSV(B) | 33.85º | 0.8% | 0.57% | - |
| XYZ | 16.17 | 14.38 | 3.09 | - |
| YUV | 102.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 29 | 0 | 0.35 | 0.80 | 0.43 | 33.85 | 0.67 | 0.34 |
| Hex | 92 | 5F | 1D | 0 | 23 | 50 | 2B | 22 | 43 | 22 |
| Octal | 222 | 137 | 35 | 0 | 43 | 120 | 53 | 42 | 103 | 42 |
| Binary | 10010010 | 1011111 | 11101 | 0 | 100011 | 1010000 | 101011 | 100010 | 1000011 | 100010 |
Color Harmonies of #925F1D
Complementary color
Monochromatic Colors of #925F1D
Black with #925F1D
Text Example
Text Example
White with #925F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F1D; }
p { color: rgb(146,95,29); }
H1.HeaderClassName
{
color: #925F1D;
}
.AnyTagClassName
{
color: #925F1D;
}
</style>
background-color css
<style>
a { background-color: #925F1D; }
a { background-color: rgb(146,95,29); }
div.DivClassName
{
background-color: #925F1D;
}
.BgClassName
{
background-color: #925F1D;
}
</style>
border-color css
<style>
span { border-color: #925F1D; }
span { border-color: rgb(146,95,29); }
td.TdClassName
{
border-color: #925F1D;
}
.TagClassName
{
border-color: #925F1D;
}
</style>