Shades of Ochre #D5831B
Tints of Ochre #D5831B
RGB
CMYK
RGB Variations
Color information
#D5831B (or 0xD5831B) is known color: Ochre. HEX triplet: D5, 83 and 1B. RGB value is (213,131,27). Sum of RGB (Red+Green+Blue) = 213+131+27=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831B is #2A7CE4. Grayscale: #909090. Windows color (decimal): -2784485 or 1803221. OLE color: 1803221.
HSL color Cylindrical-coordinate representation of color #D5831B: hue angle of 33.55º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5831B is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 27 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.16 |
| HSL | 33.55º | 0.78% | 0.47% | - |
| HSV(B) | 33.55º | 0.87% | 0.84% | - |
| XYZ | 35.75 | 30.46 | 5.03 | - |
| YUV | 143.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 27 | 0 | 0.38 | 0.87 | 0.16 | 33.55 | 0.78 | 0.47 |
| Hex | D5 | 83 | 1B | 0 | 26 | 57 | 10 | 22 | 4E | 2F |
| Octal | 325 | 203 | 33 | 0 | 46 | 127 | 20 | 42 | 116 | 57 |
| Binary | 11010101 | 10000011 | 11011 | 0 | 100110 | 1010111 | 10000 | 100010 | 1001110 | 101111 |
Color Harmonies of #D5831B
Complementary color
Monochromatic Colors of #D5831B
Black with #D5831B
Text Example
Text Example
White with #D5831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5831B; }
p { color: rgb(213,131,27); }
H1.HeaderClassName
{
color: #D5831B;
}
.AnyTagClassName
{
color: #D5831B;
}
</style>
background-color css
<style>
a { background-color: #D5831B; }
a { background-color: rgb(213,131,27); }
div.DivClassName
{
background-color: #D5831B;
}
.BgClassName
{
background-color: #D5831B;
}
</style>
border-color css
<style>
span { border-color: #D5831B; }
span { border-color: rgb(213,131,27); }
td.TdClassName
{
border-color: #D5831B;
}
.TagClassName
{
border-color: #D5831B;
}
</style>