Shades of Ochre #C37917
Tints of Ochre #C37917
RGB
CMYK
RGB Variations
Color information
#C37917 (or 0xC37917) is known color: Ochre. HEX triplet: C3, 79 and 17. RGB value is (195,121,23). Sum of RGB (Red+Green+Blue) = 195+121+23=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C37917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37917 is #3C86E8. Grayscale: #848484. Windows color (decimal): -3966697 or 1538499. OLE color: 1538499.
HSL color Cylindrical-coordinate representation of color #C37917: hue angle of 34.19º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C37917 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.24 |
| HSL | 34.19º | 0.79% | 0.43% | - |
| HSV(B) | 34.19º | 0.88% | 0.76% | - |
| XYZ | 29.5 | 25.34 | 4.15 | - |
| YUV | 131.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 23 | 0 | 0.38 | 0.88 | 0.24 | 34.19 | 0.79 | 0.43 |
| Hex | C3 | 79 | 17 | 0 | 26 | 58 | 18 | 22 | 4F | 2B |
| Octal | 303 | 171 | 27 | 0 | 46 | 130 | 30 | 42 | 117 | 53 |
| Binary | 11000011 | 1111001 | 10111 | 0 | 100110 | 1011000 | 11000 | 100010 | 1001111 | 101011 |
Color Harmonies of #C37917
Complementary color
Monochromatic Colors of #C37917
Black with #C37917
Text Example
Text Example
White with #C37917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37917; }
p { color: rgb(195,121,23); }
H1.HeaderClassName
{
color: #C37917;
}
.AnyTagClassName
{
color: #C37917;
}
</style>
background-color css
<style>
a { background-color: #C37917; }
a { background-color: rgb(195,121,23); }
div.DivClassName
{
background-color: #C37917;
}
.BgClassName
{
background-color: #C37917;
}
</style>
border-color css
<style>
span { border-color: #C37917; }
span { border-color: rgb(195,121,23); }
td.TdClassName
{
border-color: #C37917;
}
.TagClassName
{
border-color: #C37917;
}
</style>