Shades of Ochre #C0731B
Tints of Ochre #C0731B
RGB
CMYK
RGB Variations
Color information
#C0731B (or 0xC0731B) is known color: Ochre. HEX triplet: C0, 73 and 1B. RGB value is (192,115,27). Sum of RGB (Red+Green+Blue) = 192+115+27=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0731B is #3F8CE4. Grayscale: #808080. Windows color (decimal): -4164837 or 1799104. OLE color: 1799104.
HSL color Cylindrical-coordinate representation of color #C0731B: hue angle of 32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0731B is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 27 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.25 |
| HSL | 32º | 0.75% | 0.43% | - |
| HSV(B) | 32º | 0.86% | 0.75% | - |
| XYZ | 28.07 | 23.55 | 4.1 | - |
| YUV | 127.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 27 | 0 | 0.40 | 0.86 | 0.25 | 32 | 0.75 | 0.43 |
| Hex | C0 | 73 | 1B | 0 | 28 | 56 | 19 | 20 | 4B | 2B |
| Octal | 300 | 163 | 33 | 0 | 50 | 126 | 31 | 40 | 113 | 53 |
| Binary | 11000000 | 1110011 | 11011 | 0 | 101000 | 1010110 | 11001 | 100000 | 1001011 | 101011 |
Color Harmonies of #C0731B
Complementary color
Monochromatic Colors of #C0731B
Black with #C0731B
Text Example
Text Example
White with #C0731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0731B; }
p { color: rgb(192,115,27); }
H1.HeaderClassName
{
color: #C0731B;
}
.AnyTagClassName
{
color: #C0731B;
}
</style>
background-color css
<style>
a { background-color: #C0731B; }
a { background-color: rgb(192,115,27); }
div.DivClassName
{
background-color: #C0731B;
}
.BgClassName
{
background-color: #C0731B;
}
</style>
border-color css
<style>
span { border-color: #C0731B; }
span { border-color: rgb(192,115,27); }
td.TdClassName
{
border-color: #C0731B;
}
.TagClassName
{
border-color: #C0731B;
}
</style>