Shades of Ochre #D3731C
Tints of Ochre #D3731C
RGB
CMYK
RGB Variations
Color information
#D3731C (or 0xD3731C) is known color: Ochre. HEX triplet: D3, 73 and 1C. RGB value is (211,115,28). Sum of RGB (Red+Green+Blue) = 211+115+28=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3731C is #2C8CE3. Grayscale: #868686. Windows color (decimal): -2919652 or 1864659. OLE color: 1864659.
HSL color Cylindrical-coordinate representation of color #D3731C: hue angle of 28.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3731C is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 28 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.17 |
| HSL | 28.52º | 0.77% | 0.47% | - |
| HSV(B) | 28.52º | 0.87% | 0.83% | - |
| XYZ | 33.2 | 26.19 | 4.4 | - |
| YUV | 133.79 | 68.3 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 28 | 0 | 0.45 | 0.87 | 0.17 | 28.52 | 0.77 | 0.47 |
| Hex | D3 | 73 | 1C | 0 | 2D | 57 | 11 | 1D | 4D | 2F |
| Octal | 323 | 163 | 34 | 0 | 55 | 127 | 21 | 35 | 115 | 57 |
| Binary | 11010011 | 1110011 | 11100 | 0 | 101101 | 1010111 | 10001 | 11101 | 1001101 | 101111 |
Color Harmonies of #D3731C
Complementary color
Monochromatic Colors of #D3731C
Black with #D3731C
Text Example
Text Example
White with #D3731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3731C; }
p { color: rgb(211,115,28); }
H1.HeaderClassName
{
color: #D3731C;
}
.AnyTagClassName
{
color: #D3731C;
}
</style>
background-color css
<style>
a { background-color: #D3731C; }
a { background-color: rgb(211,115,28); }
div.DivClassName
{
background-color: #D3731C;
}
.BgClassName
{
background-color: #D3731C;
}
</style>
border-color css
<style>
span { border-color: #D3731C; }
span { border-color: rgb(211,115,28); }
td.TdClassName
{
border-color: #D3731C;
}
.TagClassName
{
border-color: #D3731C;
}
</style>