Shades of Ochre #C7731B
Tints of Ochre #C7731B
RGB
CMYK
RGB Variations
Color information
#C7731B (or 0xC7731B) is known color: Ochre. HEX triplet: C7, 73 and 1B. RGB value is (199,115,27). Sum of RGB (Red+Green+Blue) = 199+115+27=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7731B is #388CE4. Grayscale: #828282. Windows color (decimal): -3706085 or 1799111. OLE color: 1799111.
HSL color Cylindrical-coordinate representation of color #C7731B: hue angle of 30.7º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7731B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 27 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.22 |
| HSL | 30.7º | 0.76% | 0.44% | - |
| HSV(B) | 30.7º | 0.86% | 0.78% | - |
| XYZ | 29.88 | 24.48 | 4.19 | - |
| YUV | 130.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 27 | 0 | 0.42 | 0.86 | 0.22 | 30.7 | 0.76 | 0.44 |
| Hex | C7 | 73 | 1B | 0 | 2A | 56 | 16 | 1F | 4C | 2C |
| Octal | 307 | 163 | 33 | 0 | 52 | 126 | 26 | 37 | 114 | 54 |
| Binary | 11000111 | 1110011 | 11011 | 0 | 101010 | 1010110 | 10110 | 11111 | 1001100 | 101100 |
Color Harmonies of #C7731B
Complementary color
Monochromatic Colors of #C7731B
Black with #C7731B
Text Example
Text Example
White with #C7731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7731B; }
p { color: rgb(199,115,27); }
H1.HeaderClassName
{
color: #C7731B;
}
.AnyTagClassName
{
color: #C7731B;
}
</style>
background-color css
<style>
a { background-color: #C7731B; }
a { background-color: rgb(199,115,27); }
div.DivClassName
{
background-color: #C7731B;
}
.BgClassName
{
background-color: #C7731B;
}
</style>
border-color css
<style>
span { border-color: #C7731B; }
span { border-color: rgb(199,115,27); }
td.TdClassName
{
border-color: #C7731B;
}
.TagClassName
{
border-color: #C7731B;
}
</style>