Shades of Ochre #D57523
Tints of Ochre #D57523
RGB
CMYK
RGB Variations
Color information
#D57523 (or 0xD57523) is known color: Ochre. HEX triplet: D5, 75 and 23. RGB value is (213,117,35). Sum of RGB (Red+Green+Blue) = 213+117+35=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57523 is #2A8ADC. Grayscale: #888888. Windows color (decimal): -2788061 or 2323925. OLE color: 2323925.
HSL color Cylindrical-coordinate representation of color #D57523: hue angle of 27.64º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D57523 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 35 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.16 |
| HSL | 27.64º | 0.72% | 0.49% | - |
| HSV(B) | 27.64º | 0.84% | 0.84% | - |
| XYZ | 34.11 | 26.99 | 5 | - |
| YUV | 136.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 35 | 0 | 0.45 | 0.84 | 0.16 | 27.64 | 0.72 | 0.49 |
| Hex | D5 | 75 | 23 | 0 | 2D | 54 | 10 | 1C | 48 | 31 |
| Octal | 325 | 165 | 43 | 0 | 55 | 124 | 20 | 34 | 110 | 61 |
| Binary | 11010101 | 1110101 | 100011 | 0 | 101101 | 1010100 | 10000 | 11100 | 1001000 | 110001 |
Color Harmonies of #D57523
Complementary color
Monochromatic Colors of #D57523
Black with #D57523
Text Example
Text Example
White with #D57523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57523; }
p { color: rgb(213,117,35); }
H1.HeaderClassName
{
color: #D57523;
}
.AnyTagClassName
{
color: #D57523;
}
</style>
background-color css
<style>
a { background-color: #D57523; }
a { background-color: rgb(213,117,35); }
div.DivClassName
{
background-color: #D57523;
}
.BgClassName
{
background-color: #D57523;
}
</style>
border-color css
<style>
span { border-color: #D57523; }
span { border-color: rgb(213,117,35); }
td.TdClassName
{
border-color: #D57523;
}
.TagClassName
{
border-color: #D57523;
}
</style>