Shades of Ochre #C37719
Tints of Ochre #C37719
RGB
CMYK
RGB Variations
Color information
#C37719 (or 0xC37719) is known color: Ochre. HEX triplet: C3, 77 and 19. RGB value is (195,119,25). Sum of RGB (Red+Green+Blue) = 195+119+25=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C37719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37719 is #3C88E6. Grayscale: #838383. Windows color (decimal): -3967207 or 1669059. OLE color: 1669059.
HSL color Cylindrical-coordinate representation of color #C37719: hue angle of 33.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C37719 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 25 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.24 |
| HSL | 33.18º | 0.77% | 0.43% | - |
| HSV(B) | 33.18º | 0.87% | 0.76% | - |
| XYZ | 29.28 | 24.87 | 4.18 | - |
| YUV | 131.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 25 | 0 | 0.39 | 0.87 | 0.24 | 33.18 | 0.77 | 0.43 |
| Hex | C3 | 77 | 19 | 0 | 27 | 57 | 18 | 21 | 4D | 2B |
| Octal | 303 | 167 | 31 | 0 | 47 | 127 | 30 | 41 | 115 | 53 |
| Binary | 11000011 | 1110111 | 11001 | 0 | 100111 | 1010111 | 11000 | 100001 | 1001101 | 101011 |
Color Harmonies of #C37719
Complementary color
Monochromatic Colors of #C37719
Black with #C37719
Text Example
Text Example
White with #C37719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37719; }
p { color: rgb(195,119,25); }
H1.HeaderClassName
{
color: #C37719;
}
.AnyTagClassName
{
color: #C37719;
}
</style>
background-color css
<style>
a { background-color: #C37719; }
a { background-color: rgb(195,119,25); }
div.DivClassName
{
background-color: #C37719;
}
.BgClassName
{
background-color: #C37719;
}
</style>
border-color css
<style>
span { border-color: #C37719; }
span { border-color: rgb(195,119,25); }
td.TdClassName
{
border-color: #C37719;
}
.TagClassName
{
border-color: #C37719;
}
</style>