Shades of Ochre #C7741A
Tints of Ochre #C7741A
RGB
CMYK
RGB Variations
Color information
#C7741A (or 0xC7741A) is known color: Ochre. HEX triplet: C7, 74 and 1A. RGB value is (199,116,26). Sum of RGB (Red+Green+Blue) = 199+116+26=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7741A is #388BE5. Grayscale: #838383. Windows color (decimal): -3705830 or 1733831. OLE color: 1733831.
HSL color Cylindrical-coordinate representation of color #C7741A: hue angle of 31.21º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7741A is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 26 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.22 |
| HSL | 31.21º | 0.77% | 0.44% | - |
| HSV(B) | 31.21º | 0.87% | 0.78% | - |
| XYZ | 29.99 | 24.71 | 4.17 | - |
| YUV | 130.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 26 | 0 | 0.42 | 0.87 | 0.22 | 31.21 | 0.77 | 0.44 |
| Hex | C7 | 74 | 1A | 0 | 2A | 57 | 16 | 1F | 4D | 2C |
| Octal | 307 | 164 | 32 | 0 | 52 | 127 | 26 | 37 | 115 | 54 |
| Binary | 11000111 | 1110100 | 11010 | 0 | 101010 | 1010111 | 10110 | 11111 | 1001101 | 101100 |
Color Harmonies of #C7741A
Complementary color
Monochromatic Colors of #C7741A
Black with #C7741A
Text Example
Text Example
White with #C7741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7741A; }
p { color: rgb(199,116,26); }
H1.HeaderClassName
{
color: #C7741A;
}
.AnyTagClassName
{
color: #C7741A;
}
</style>
background-color css
<style>
a { background-color: #C7741A; }
a { background-color: rgb(199,116,26); }
div.DivClassName
{
background-color: #C7741A;
}
.BgClassName
{
background-color: #C7741A;
}
</style>
border-color css
<style>
span { border-color: #C7741A; }
span { border-color: rgb(199,116,26); }
td.TdClassName
{
border-color: #C7741A;
}
.TagClassName
{
border-color: #C7741A;
}
</style>