Shades of Ochre #C77D23
Tints of Ochre #C77D23
RGB
CMYK
RGB Variations
Color information
#C77D23 (or 0xC77D23) is known color: Ochre. HEX triplet: C7, 7D and 23. RGB value is (199,125,35). Sum of RGB (Red+Green+Blue) = 199+125+35=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D23 is #3882DC. Grayscale: #898989. Windows color (decimal): -3703517 or 2325959. OLE color: 2325959.
HSL color Cylindrical-coordinate representation of color #C77D23: hue angle of 32.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C77D23 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 35 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.22 |
| HSL | 32.93º | 0.7% | 0.46% | - |
| HSV(B) | 32.93º | 0.82% | 0.78% | - |
| XYZ | 31.19 | 26.93 | 5.14 | - |
| YUV | 136.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 35 | 0 | 0.37 | 0.82 | 0.22 | 32.93 | 0.7 | 0.46 |
| Hex | C7 | 7D | 23 | 0 | 25 | 52 | 16 | 21 | 46 | 2E |
| Octal | 307 | 175 | 43 | 0 | 45 | 122 | 26 | 41 | 106 | 56 |
| Binary | 11000111 | 1111101 | 100011 | 0 | 100101 | 1010010 | 10110 | 100001 | 1000110 | 101110 |
Color Harmonies of #C77D23
Complementary color
Monochromatic Colors of #C77D23
Black with #C77D23
Text Example
Text Example
White with #C77D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D23; }
p { color: rgb(199,125,35); }
H1.HeaderClassName
{
color: #C77D23;
}
.AnyTagClassName
{
color: #C77D23;
}
</style>
background-color css
<style>
a { background-color: #C77D23; }
a { background-color: rgb(199,125,35); }
div.DivClassName
{
background-color: #C77D23;
}
.BgClassName
{
background-color: #C77D23;
}
</style>
border-color css
<style>
span { border-color: #C77D23; }
span { border-color: rgb(199,125,35); }
td.TdClassName
{
border-color: #C77D23;
}
.TagClassName
{
border-color: #C77D23;
}
</style>