Shades of Ochre #C07D1B
Tints of Ochre #C07D1B
RGB
CMYK
RGB Variations
Color information
#C07D1B (or 0xC07D1B) is known color: Ochre. HEX triplet: C0, 7D and 1B. RGB value is (192,125,27). Sum of RGB (Red+Green+Blue) = 192+125+27=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D1B is #3F82E4. Grayscale: #868686. Windows color (decimal): -4162277 or 1801664. OLE color: 1801664.
HSL color Cylindrical-coordinate representation of color #C07D1B: hue angle of 35.64º 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 #C07D1B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 27 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.25 |
| HSL | 35.64º | 0.75% | 0.43% | - |
| HSV(B) | 35.64º | 0.86% | 0.75% | - |
| XYZ | 29.27 | 25.95 | 4.5 | - |
| YUV | 133.86 | 67.7 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 27 | 0 | 0.35 | 0.86 | 0.25 | 35.64 | 0.75 | 0.43 |
| Hex | C0 | 7D | 1B | 0 | 23 | 56 | 19 | 24 | 4B | 2B |
| Octal | 300 | 175 | 33 | 0 | 43 | 126 | 31 | 44 | 113 | 53 |
| Binary | 11000000 | 1111101 | 11011 | 0 | 100011 | 1010110 | 11001 | 100100 | 1001011 | 101011 |
Color Harmonies of #C07D1B
Complementary color
Monochromatic Colors of #C07D1B
Black with #C07D1B
Text Example
Text Example
White with #C07D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D1B; }
p { color: rgb(192,125,27); }
H1.HeaderClassName
{
color: #C07D1B;
}
.AnyTagClassName
{
color: #C07D1B;
}
</style>
background-color css
<style>
a { background-color: #C07D1B; }
a { background-color: rgb(192,125,27); }
div.DivClassName
{
background-color: #C07D1B;
}
.BgClassName
{
background-color: #C07D1B;
}
</style>
border-color css
<style>
span { border-color: #C07D1B; }
span { border-color: rgb(192,125,27); }
td.TdClassName
{
border-color: #C07D1B;
}
.TagClassName
{
border-color: #C07D1B;
}
</style>