Shades of Ochre #D57520
Tints of Ochre #D57520
RGB
CMYK
RGB Variations
Color information
#D57520 (or 0xD57520) is known color: Ochre. HEX triplet: D5, 75 and 20. RGB value is (213,117,32). Sum of RGB (Red+Green+Blue) = 213+117+32=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D57520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57520 is #2A8ADF. Grayscale: #888888. Windows color (decimal): -2788064 or 2127317. OLE color: 2127317.
HSL color Cylindrical-coordinate representation of color #D57520: hue angle of 28.18º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D57520 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 32 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.16 |
| HSL | 28.18º | 0.74% | 0.48% | - |
| HSV(B) | 28.18º | 0.85% | 0.84% | - |
| XYZ | 34.06 | 26.97 | 4.78 | - |
| YUV | 136.01 | 69.3 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 32 | 0 | 0.45 | 0.85 | 0.16 | 28.18 | 0.74 | 0.48 |
| Hex | D5 | 75 | 20 | 0 | 2D | 55 | 10 | 1C | 4A | 30 |
| Octal | 325 | 165 | 40 | 0 | 55 | 125 | 20 | 34 | 112 | 60 |
| Binary | 11010101 | 1110101 | 100000 | 0 | 101101 | 1010101 | 10000 | 11100 | 1001010 | 110000 |
Color Harmonies of #D57520
Complementary color
Monochromatic Colors of #D57520
Black with #D57520
Text Example
Text Example
White with #D57520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57520; }
p { color: rgb(213,117,32); }
H1.HeaderClassName
{
color: #D57520;
}
.AnyTagClassName
{
color: #D57520;
}
</style>
background-color css
<style>
a { background-color: #D57520; }
a { background-color: rgb(213,117,32); }
div.DivClassName
{
background-color: #D57520;
}
.BgClassName
{
background-color: #D57520;
}
</style>
border-color css
<style>
span { border-color: #D57520; }
span { border-color: rgb(213,117,32); }
td.TdClassName
{
border-color: #D57520;
}
.TagClassName
{
border-color: #D57520;
}
</style>