Shades of Brown #AF3320
Tints of Brown #AF3320
RGB
CMYK
RGB Variations
Color information
#AF3320 (or 0xAF3320) is known color: Brown. HEX triplet: AF, 33 and 20. RGB value is (175,51,32). Sum of RGB (Red+Green+Blue) = 175+51+32=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3320 is #50CCDF. Grayscale: #565656. Windows color (decimal): -5295328 or 2110383. OLE color: 2110383.
HSL color Cylindrical-coordinate representation of color #AF3320: hue angle of 7.97º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3320 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 32 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.31 |
| HSL | 7.97º | 0.69% | 0.41% | - |
| HSV(B) | 7.97º | 0.82% | 0.69% | - |
| XYZ | 19.12 | 11.59 | 2.59 | - |
| YUV | 85.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 32 | 0 | 0.71 | 0.82 | 0.31 | 7.97 | 0.69 | 0.41 |
| Hex | AF | 33 | 20 | 0 | 47 | 52 | 1F | 8 | 45 | 29 |
| Octal | 257 | 63 | 40 | 0 | 107 | 122 | 37 | 10 | 105 | 51 |
| Binary | 10101111 | 110011 | 100000 | 0 | 1000111 | 1010010 | 11111 | 1000 | 1000101 | 101001 |
Color Harmonies of #AF3320
Complementary color
Monochromatic Colors of #AF3320
Black with #AF3320
Text Example
Text Example
White with #AF3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3320; }
p { color: rgb(175,51,32); }
H1.HeaderClassName
{
color: #AF3320;
}
.AnyTagClassName
{
color: #AF3320;
}
</style>
background-color css
<style>
a { background-color: #AF3320; }
a { background-color: rgb(175,51,32); }
div.DivClassName
{
background-color: #AF3320;
}
.BgClassName
{
background-color: #AF3320;
}
</style>
border-color css
<style>
span { border-color: #AF3320; }
span { border-color: rgb(175,51,32); }
td.TdClassName
{
border-color: #AF3320;
}
.TagClassName
{
border-color: #AF3320;
}
</style>