Shades of Brown #AF3127
Tints of Brown #AF3127
RGB
CMYK
RGB Variations
Color information
#AF3127 (or 0xAF3127) is known color: Brown. HEX triplet: AF, 31 and 27. RGB value is (175,49,39). Sum of RGB (Red+Green+Blue) = 175+49+39=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3127 is #50CED8. Grayscale: #555555. Windows color (decimal): -5295833 or 2568623. OLE color: 2568623.
HSL color Cylindrical-coordinate representation of color #AF3127: hue angle of 4.41º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF3127 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 39 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.31 |
| HSL | 4.41º | 0.64% | 0.42% | - |
| HSV(B) | 4.41º | 0.78% | 0.69% | - |
| XYZ | 19.14 | 11.46 | 3.12 | - |
| YUV | 85.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 39 | 0 | 0.72 | 0.78 | 0.31 | 4.41 | 0.64 | 0.42 |
| Hex | AF | 31 | 27 | 0 | 48 | 4E | 1F | 4 | 40 | 2A |
| Octal | 257 | 61 | 47 | 0 | 110 | 116 | 37 | 4 | 100 | 52 |
| Binary | 10101111 | 110001 | 100111 | 0 | 1001000 | 1001110 | 11111 | 100 | 1000000 | 101010 |
Color Harmonies of #AF3127
Complementary color
Monochromatic Colors of #AF3127
Black with #AF3127
Text Example
Text Example
White with #AF3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3127; }
p { color: rgb(175,49,39); }
H1.HeaderClassName
{
color: #AF3127;
}
.AnyTagClassName
{
color: #AF3127;
}
</style>
background-color css
<style>
a { background-color: #AF3127; }
a { background-color: rgb(175,49,39); }
div.DivClassName
{
background-color: #AF3127;
}
.BgClassName
{
background-color: #AF3127;
}
</style>
border-color css
<style>
span { border-color: #AF3127; }
span { border-color: rgb(175,49,39); }
td.TdClassName
{
border-color: #AF3127;
}
.TagClassName
{
border-color: #AF3127;
}
</style>