Shades of Brown #AF3024
Tints of Brown #AF3024
RGB
CMYK
RGB Variations
Color information
#AF3024 (or 0xAF3024) is known color: Brown. HEX triplet: AF, 30 and 24. RGB value is (175,48,36). Sum of RGB (Red+Green+Blue) = 175+48+36=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3024 is #50CFDB. Grayscale: #545454. Windows color (decimal): -5296092 or 2371759. OLE color: 2371759.
HSL color Cylindrical-coordinate representation of color #AF3024: hue angle of 5.18º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF3024 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 36 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.31 |
| HSL | 5.18º | 0.66% | 0.41% | - |
| HSV(B) | 5.18º | 0.79% | 0.69% | - |
| XYZ | 19.05 | 11.36 | 2.86 | - |
| YUV | 84.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 36 | 0 | 0.73 | 0.79 | 0.31 | 5.18 | 0.66 | 0.41 |
| Hex | AF | 30 | 24 | 0 | 49 | 4F | 1F | 5 | 42 | 29 |
| Octal | 257 | 60 | 44 | 0 | 111 | 117 | 37 | 5 | 102 | 51 |
| Binary | 10101111 | 110000 | 100100 | 0 | 1001001 | 1001111 | 11111 | 101 | 1000010 | 101001 |
Color Harmonies of #AF3024
Complementary color
Monochromatic Colors of #AF3024
Black with #AF3024
Text Example
Text Example
White with #AF3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3024; }
p { color: rgb(175,48,36); }
H1.HeaderClassName
{
color: #AF3024;
}
.AnyTagClassName
{
color: #AF3024;
}
</style>
background-color css
<style>
a { background-color: #AF3024; }
a { background-color: rgb(175,48,36); }
div.DivClassName
{
background-color: #AF3024;
}
.BgClassName
{
background-color: #AF3024;
}
</style>
border-color css
<style>
span { border-color: #AF3024; }
span { border-color: rgb(175,48,36); }
td.TdClassName
{
border-color: #AF3024;
}
.TagClassName
{
border-color: #AF3024;
}
</style>