Shades of Brown #AD341F
Tints of Brown #AD341F
RGB
CMYK
RGB Variations
Color information
#AD341F (or 0xAD341F) is known color: Brown. HEX triplet: AD, 34 and 1F. RGB value is (173,52,31). Sum of RGB (Red+Green+Blue) = 173+52+31=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD341F is #52CBE0. Grayscale: #555555. Windows color (decimal): -5426145 or 2045101. OLE color: 2045101.
HSL color Cylindrical-coordinate representation of color #AD341F: hue angle of 8.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD341F is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 31 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.32 |
| HSL | 8.87º | 0.7% | 0.4% | - |
| HSV(B) | 8.87º | 0.82% | 0.68% | - |
| XYZ | 18.71 | 11.44 | 2.52 | - |
| YUV | 85.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 31 | 0 | 0.70 | 0.82 | 0.32 | 8.87 | 0.7 | 0.4 |
| Hex | AD | 34 | 1F | 0 | 46 | 52 | 20 | 9 | 46 | 28 |
| Octal | 255 | 64 | 37 | 0 | 106 | 122 | 40 | 11 | 106 | 50 |
| Binary | 10101101 | 110100 | 11111 | 0 | 1000110 | 1010010 | 100000 | 1001 | 1000110 | 101000 |
Color Harmonies of #AD341F
Complementary color
Monochromatic Colors of #AD341F
Black with #AD341F
Text Example
Text Example
White with #AD341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD341F; }
p { color: rgb(173,52,31); }
H1.HeaderClassName
{
color: #AD341F;
}
.AnyTagClassName
{
color: #AD341F;
}
</style>
background-color css
<style>
a { background-color: #AD341F; }
a { background-color: rgb(173,52,31); }
div.DivClassName
{
background-color: #AD341F;
}
.BgClassName
{
background-color: #AD341F;
}
</style>
border-color css
<style>
span { border-color: #AD341F; }
span { border-color: rgb(173,52,31); }
td.TdClassName
{
border-color: #AD341F;
}
.TagClassName
{
border-color: #AD341F;
}
</style>