Shades of Brown #AF3423
Tints of Brown #AF3423
RGB
CMYK
RGB Variations
Color information
#AF3423 (or 0xAF3423) is known color: Brown. HEX triplet: AF, 34 and 23. RGB value is (175,52,35). Sum of RGB (Red+Green+Blue) = 175+52+35=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3423 is #50CBDC. Grayscale: #575757. Windows color (decimal): -5295069 or 2307247. OLE color: 2307247.
HSL color Cylindrical-coordinate representation of color #AF3423: hue angle of 7.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF3423 is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 35 | - |
| CMYK | 0 | 0.70 | 0.8 | 0.31 |
| HSL | 7.29º | 0.67% | 0.41% | - |
| HSV(B) | 7.29º | 0.8% | 0.69% | - |
| XYZ | 19.21 | 11.69 | 2.83 | - |
| YUV | 86.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 35 | 0 | 0.70 | 0.8 | 0.31 | 7.29 | 0.67 | 0.41 |
| Hex | AF | 34 | 23 | 0 | 46 | 50 | 1F | 7 | 43 | 29 |
| Octal | 257 | 64 | 43 | 0 | 106 | 120 | 37 | 7 | 103 | 51 |
| Binary | 10101111 | 110100 | 100011 | 0 | 1000110 | 1010000 | 11111 | 111 | 1000011 | 101001 |
Color Harmonies of #AF3423
Complementary color
Monochromatic Colors of #AF3423
Black with #AF3423
Text Example
Text Example
White with #AF3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3423; }
p { color: rgb(175,52,35); }
H1.HeaderClassName
{
color: #AF3423;
}
.AnyTagClassName
{
color: #AF3423;
}
</style>
background-color css
<style>
a { background-color: #AF3423; }
a { background-color: rgb(175,52,35); }
div.DivClassName
{
background-color: #AF3423;
}
.BgClassName
{
background-color: #AF3423;
}
</style>
border-color css
<style>
span { border-color: #AF3423; }
span { border-color: rgb(175,52,35); }
td.TdClassName
{
border-color: #AF3423;
}
.TagClassName
{
border-color: #AF3423;
}
</style>