Shades of Brown #A83119
Tints of Brown #A83119
RGB
CMYK
RGB Variations
Color information
#A83119 (or 0xA83119) is known color: Brown. HEX triplet: A8, 31 and 19. RGB value is (168,49,25). Sum of RGB (Red+Green+Blue) = 168+49+25=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83119 is #57CEE6. Grayscale: #525252. Windows color (decimal): -5754599 or 1651112. OLE color: 1651112.
HSL color Cylindrical-coordinate representation of color #A83119: hue angle of 10.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A83119 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 25 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.34 |
| HSL | 10.07º | 0.74% | 0.38% | - |
| HSV(B) | 10.07º | 0.85% | 0.66% | - |
| XYZ | 17.42 | 10.59 | 2.05 | - |
| YUV | 81.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 25 | 0 | 0.71 | 0.85 | 0.34 | 10.07 | 0.74 | 0.38 |
| Hex | A8 | 31 | 19 | 0 | 47 | 55 | 22 | A | 4A | 26 |
| Octal | 250 | 61 | 31 | 0 | 107 | 125 | 42 | 12 | 112 | 46 |
| Binary | 10101000 | 110001 | 11001 | 0 | 1000111 | 1010101 | 100010 | 1010 | 1001010 | 100110 |
Color Harmonies of #A83119
Complementary color
Monochromatic Colors of #A83119
Black with #A83119
Text Example
Text Example
White with #A83119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83119; }
p { color: rgb(168,49,25); }
H1.HeaderClassName
{
color: #A83119;
}
.AnyTagClassName
{
color: #A83119;
}
</style>
background-color css
<style>
a { background-color: #A83119; }
a { background-color: rgb(168,49,25); }
div.DivClassName
{
background-color: #A83119;
}
.BgClassName
{
background-color: #A83119;
}
</style>
border-color css
<style>
span { border-color: #A83119; }
span { border-color: rgb(168,49,25); }
td.TdClassName
{
border-color: #A83119;
}
.TagClassName
{
border-color: #A83119;
}
</style>