Shades of Ochre #D37925
Tints of Ochre #D37925
RGB
CMYK
RGB Variations
Color information
#D37925 (or 0xD37925) is known color: Ochre. HEX triplet: D3, 79 and 25. RGB value is (211,121,37). Sum of RGB (Red+Green+Blue) = 211+121+37=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D37925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37925 is #2C86DA. Grayscale: #8A8A8A. Windows color (decimal): -2918107 or 2456019. OLE color: 2456019.
HSL color Cylindrical-coordinate representation of color #D37925: hue angle of 28.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D37925 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 37 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.17 |
| HSL | 28.97º | 0.7% | 0.49% | - |
| HSV(B) | 28.97º | 0.82% | 0.83% | - |
| XYZ | 34.04 | 27.66 | 5.29 | - |
| YUV | 138.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 37 | 0 | 0.43 | 0.82 | 0.17 | 28.97 | 0.7 | 0.49 |
| Hex | D3 | 79 | 25 | 0 | 2B | 52 | 11 | 1D | 46 | 31 |
| Octal | 323 | 171 | 45 | 0 | 53 | 122 | 21 | 35 | 106 | 61 |
| Binary | 11010011 | 1111001 | 100101 | 0 | 101011 | 1010010 | 10001 | 11101 | 1000110 | 110001 |
Color Harmonies of #D37925
Complementary color
Monochromatic Colors of #D37925
Black with #D37925
Text Example
Text Example
White with #D37925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37925; }
p { color: rgb(211,121,37); }
H1.HeaderClassName
{
color: #D37925;
}
.AnyTagClassName
{
color: #D37925;
}
</style>
background-color css
<style>
a { background-color: #D37925; }
a { background-color: rgb(211,121,37); }
div.DivClassName
{
background-color: #D37925;
}
.BgClassName
{
background-color: #D37925;
}
</style>
border-color css
<style>
span { border-color: #D37925; }
span { border-color: rgb(211,121,37); }
td.TdClassName
{
border-color: #D37925;
}
.TagClassName
{
border-color: #D37925;
}
</style>