Shades of Ochre #C7741E
Tints of Ochre #C7741E
RGB
CMYK
RGB Variations
Color information
#C7741E (or 0xC7741E) is known color: Ochre. HEX triplet: C7, 74 and 1E. RGB value is (199,116,30). Sum of RGB (Red+Green+Blue) = 199+116+30=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7741E is #388BE1. Grayscale: #838383. Windows color (decimal): -3705826 or 1995975. OLE color: 1995975.
HSL color Cylindrical-coordinate representation of color #C7741E: hue angle of 30.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7741E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.22 |
| HSL | 30.53º | 0.74% | 0.45% | - |
| HSV(B) | 30.53º | 0.85% | 0.78% | - |
| XYZ | 30.03 | 24.73 | 4.42 | - |
| YUV | 131.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 30 | 0 | 0.42 | 0.85 | 0.22 | 30.53 | 0.74 | 0.45 |
| Hex | C7 | 74 | 1E | 0 | 2A | 55 | 16 | 1F | 4A | 2D |
| Octal | 307 | 164 | 36 | 0 | 52 | 125 | 26 | 37 | 112 | 55 |
| Binary | 11000111 | 1110100 | 11110 | 0 | 101010 | 1010101 | 10110 | 11111 | 1001010 | 101101 |
Color Harmonies of #C7741E
Complementary color
Monochromatic Colors of #C7741E
Black with #C7741E
Text Example
Text Example
White with #C7741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7741E; }
p { color: rgb(199,116,30); }
H1.HeaderClassName
{
color: #C7741E;
}
.AnyTagClassName
{
color: #C7741E;
}
</style>
background-color css
<style>
a { background-color: #C7741E; }
a { background-color: rgb(199,116,30); }
div.DivClassName
{
background-color: #C7741E;
}
.BgClassName
{
background-color: #C7741E;
}
</style>
border-color css
<style>
span { border-color: #C7741E; }
span { border-color: rgb(199,116,30); }
td.TdClassName
{
border-color: #C7741E;
}
.TagClassName
{
border-color: #C7741E;
}
</style>