Shades of Ochre #C77A23
Tints of Ochre #C77A23
RGB
CMYK
RGB Variations
Color information
#C77A23 (or 0xC77A23) is known color: Ochre. HEX triplet: C7, 7A and 23. RGB value is (199,122,35). Sum of RGB (Red+Green+Blue) = 199+122+35=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A23 is #3885DC. Grayscale: #878787. Windows color (decimal): -3704285 or 2325191. OLE color: 2325191.
HSL color Cylindrical-coordinate representation of color #C77A23: hue angle of 31.83º 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 #C77A23 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 35 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.22 |
| HSL | 31.83º | 0.7% | 0.46% | - |
| HSV(B) | 31.83º | 0.82% | 0.78% | - |
| XYZ | 30.82 | 26.18 | 5.02 | - |
| YUV | 135.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 35 | 0 | 0.39 | 0.82 | 0.22 | 31.83 | 0.7 | 0.46 |
| Hex | C7 | 7A | 23 | 0 | 27 | 52 | 16 | 20 | 46 | 2E |
| Octal | 307 | 172 | 43 | 0 | 47 | 122 | 26 | 40 | 106 | 56 |
| Binary | 11000111 | 1111010 | 100011 | 0 | 100111 | 1010010 | 10110 | 100000 | 1000110 | 101110 |
Color Harmonies of #C77A23
Complementary color
Monochromatic Colors of #C77A23
Black with #C77A23
Text Example
Text Example
White with #C77A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A23; }
p { color: rgb(199,122,35); }
H1.HeaderClassName
{
color: #C77A23;
}
.AnyTagClassName
{
color: #C77A23;
}
</style>
background-color css
<style>
a { background-color: #C77A23; }
a { background-color: rgb(199,122,35); }
div.DivClassName
{
background-color: #C77A23;
}
.BgClassName
{
background-color: #C77A23;
}
</style>
border-color css
<style>
span { border-color: #C77A23; }
span { border-color: rgb(199,122,35); }
td.TdClassName
{
border-color: #C77A23;
}
.TagClassName
{
border-color: #C77A23;
}
</style>