Shades of Ochre #C5731C
Tints of Ochre #C5731C
RGB
CMYK
RGB Variations
Color information
#C5731C (or 0xC5731C) is known color: Ochre. HEX triplet: C5, 73 and 1C. RGB value is (197,115,28). Sum of RGB (Red+Green+Blue) = 197+115+28=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5731C is #3A8CE3. Grayscale: #828282. Windows color (decimal): -3837156 or 1864645. OLE color: 1864645.
HSL color Cylindrical-coordinate representation of color #C5731C: hue angle of 30.89º degrees, saturation: 0.75, 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 #C5731C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.23 |
| HSL | 30.89º | 0.75% | 0.44% | - |
| HSV(B) | 30.89º | 0.86% | 0.77% | - |
| XYZ | 29.37 | 24.22 | 4.22 | - |
| YUV | 129.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 28 | 0 | 0.42 | 0.86 | 0.23 | 30.89 | 0.75 | 0.44 |
| Hex | C5 | 73 | 1C | 0 | 2A | 56 | 17 | 1F | 4B | 2C |
| Octal | 305 | 163 | 34 | 0 | 52 | 126 | 27 | 37 | 113 | 54 |
| Binary | 11000101 | 1110011 | 11100 | 0 | 101010 | 1010110 | 10111 | 11111 | 1001011 | 101100 |
Color Harmonies of #C5731C
Complementary color
Monochromatic Colors of #C5731C
Black with #C5731C
Text Example
Text Example
White with #C5731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5731C; }
p { color: rgb(197,115,28); }
H1.HeaderClassName
{
color: #C5731C;
}
.AnyTagClassName
{
color: #C5731C;
}
</style>
background-color css
<style>
a { background-color: #C5731C; }
a { background-color: rgb(197,115,28); }
div.DivClassName
{
background-color: #C5731C;
}
.BgClassName
{
background-color: #C5731C;
}
</style>
border-color css
<style>
span { border-color: #C5731C; }
span { border-color: rgb(197,115,28); }
td.TdClassName
{
border-color: #C5731C;
}
.TagClassName
{
border-color: #C5731C;
}
</style>