Shades of Ochre #C37718
Tints of Ochre #C37718
RGB
CMYK
RGB Variations
Color information
#C37718 (or 0xC37718) is known color: Ochre. HEX triplet: C3, 77 and 18. RGB value is (195,119,24). Sum of RGB (Red+Green+Blue) = 195+119+24=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C37718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37718 is #3C88E7. Grayscale: #838383. Windows color (decimal): -3967208 or 1603523. OLE color: 1603523.
HSL color Cylindrical-coordinate representation of color #C37718: hue angle of 33.33º degrees, saturation: 0.78, 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 #C37718 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.24 |
| HSL | 33.33º | 0.78% | 0.43% | - |
| HSV(B) | 33.33º | 0.88% | 0.76% | - |
| XYZ | 29.27 | 24.86 | 4.12 | - |
| YUV | 130.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 24 | 0 | 0.39 | 0.88 | 0.24 | 33.33 | 0.78 | 0.43 |
| Hex | C3 | 77 | 18 | 0 | 27 | 58 | 18 | 21 | 4E | 2B |
| Octal | 303 | 167 | 30 | 0 | 47 | 130 | 30 | 41 | 116 | 53 |
| Binary | 11000011 | 1110111 | 11000 | 0 | 100111 | 1011000 | 11000 | 100001 | 1001110 | 101011 |
Color Harmonies of #C37718
Complementary color
Monochromatic Colors of #C37718
Black with #C37718
Text Example
Text Example
White with #C37718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37718; }
p { color: rgb(195,119,24); }
H1.HeaderClassName
{
color: #C37718;
}
.AnyTagClassName
{
color: #C37718;
}
</style>
background-color css
<style>
a { background-color: #C37718; }
a { background-color: rgb(195,119,24); }
div.DivClassName
{
background-color: #C37718;
}
.BgClassName
{
background-color: #C37718;
}
</style>
border-color css
<style>
span { border-color: #C37718; }
span { border-color: rgb(195,119,24); }
td.TdClassName
{
border-color: #C37718;
}
.TagClassName
{
border-color: #C37718;
}
</style>