Shades of Brown #A83319
Tints of Brown #A83319
RGB
CMYK
RGB Variations
Color information
#A83319 (or 0xA83319) is known color: Brown. HEX triplet: A8, 33 and 19. RGB value is (168,51,25). Sum of RGB (Red+Green+Blue) = 168+51+25=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A83319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83319 is #57CCE6. Grayscale: #535353. Windows color (decimal): -5754087 or 1651624. OLE color: 1651624.
HSL color Cylindrical-coordinate representation of color #A83319: hue angle of 10.91º 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 #A83319 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 25 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.34 |
| HSL | 10.91º | 0.74% | 0.38% | - |
| HSV(B) | 10.91º | 0.85% | 0.66% | - |
| XYZ | 17.51 | 10.76 | 2.07 | - |
| YUV | 83.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 25 | 0 | 0.70 | 0.85 | 0.34 | 10.91 | 0.74 | 0.38 |
| Hex | A8 | 33 | 19 | 0 | 46 | 55 | 22 | B | 4A | 26 |
| Octal | 250 | 63 | 31 | 0 | 106 | 125 | 42 | 13 | 112 | 46 |
| Binary | 10101000 | 110011 | 11001 | 0 | 1000110 | 1010101 | 100010 | 1011 | 1001010 | 100110 |
Color Harmonies of #A83319
Complementary color
Monochromatic Colors of #A83319
Black with #A83319
Text Example
Text Example
White with #A83319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83319; }
p { color: rgb(168,51,25); }
H1.HeaderClassName
{
color: #A83319;
}
.AnyTagClassName
{
color: #A83319;
}
</style>
background-color css
<style>
a { background-color: #A83319; }
a { background-color: rgb(168,51,25); }
div.DivClassName
{
background-color: #A83319;
}
.BgClassName
{
background-color: #A83319;
}
</style>
border-color css
<style>
span { border-color: #A83319; }
span { border-color: rgb(168,51,25); }
td.TdClassName
{
border-color: #A83319;
}
.TagClassName
{
border-color: #A83319;
}
</style>