Shades of Ochre #C5731B
Tints of Ochre #C5731B
RGB
CMYK
RGB Variations
Color information
#C5731B (or 0xC5731B) is known color: Ochre. HEX triplet: C5, 73 and 1B. RGB value is (197,115,27). Sum of RGB (Red+Green+Blue) = 197+115+27=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5731B is #3A8CE4. Grayscale: #818181. Windows color (decimal): -3837157 or 1799109. OLE color: 1799109.
HSL color Cylindrical-coordinate representation of color #C5731B: hue angle of 31.06º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5731B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 27 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.23 |
| HSL | 31.06º | 0.76% | 0.44% | - |
| HSV(B) | 31.06º | 0.86% | 0.77% | - |
| XYZ | 29.35 | 24.21 | 4.16 | - |
| YUV | 129.49 | 70.17 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 27 | 0 | 0.42 | 0.86 | 0.23 | 31.06 | 0.76 | 0.44 |
| Hex | C5 | 73 | 1B | 0 | 2A | 56 | 17 | 1F | 4C | 2C |
| Octal | 305 | 163 | 33 | 0 | 52 | 126 | 27 | 37 | 114 | 54 |
| Binary | 11000101 | 1110011 | 11011 | 0 | 101010 | 1010110 | 10111 | 11111 | 1001100 | 101100 |
Color Harmonies of #C5731B
Complementary color
Monochromatic Colors of #C5731B
Black with #C5731B
Text Example
Text Example
White with #C5731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5731B; }
p { color: rgb(197,115,27); }
H1.HeaderClassName
{
color: #C5731B;
}
.AnyTagClassName
{
color: #C5731B;
}
</style>
background-color css
<style>
a { background-color: #C5731B; }
a { background-color: rgb(197,115,27); }
div.DivClassName
{
background-color: #C5731B;
}
.BgClassName
{
background-color: #C5731B;
}
</style>
border-color css
<style>
span { border-color: #C5731B; }
span { border-color: rgb(197,115,27); }
td.TdClassName
{
border-color: #C5731B;
}
.TagClassName
{
border-color: #C5731B;
}
</style>