Shades of Ochre #C27719
Tints of Ochre #C27719
RGB
CMYK
RGB Variations
Color information
#C27719 (or 0xC27719) is known color: Ochre. HEX triplet: C2, 77 and 19. RGB value is (194,119,25). Sum of RGB (Red+Green+Blue) = 194+119+25=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C27719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27719 is #3D88E6. Grayscale: #838383. Windows color (decimal): -4032743 or 1669058. OLE color: 1669058.
HSL color Cylindrical-coordinate representation of color #C27719: hue angle of 33.37º 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 #C27719 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 25 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.24 |
| HSL | 33.37º | 0.77% | 0.43% | - |
| HSV(B) | 33.37º | 0.87% | 0.76% | - |
| XYZ | 29.02 | 24.73 | 4.16 | - |
| YUV | 130.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 25 | 0 | 0.39 | 0.87 | 0.24 | 33.37 | 0.77 | 0.43 |
| Hex | C2 | 77 | 19 | 0 | 27 | 57 | 18 | 21 | 4D | 2B |
| Octal | 302 | 167 | 31 | 0 | 47 | 127 | 30 | 41 | 115 | 53 |
| Binary | 11000010 | 1110111 | 11001 | 0 | 100111 | 1010111 | 11000 | 100001 | 1001101 | 101011 |
Color Harmonies of #C27719
Complementary color
Monochromatic Colors of #C27719
Black with #C27719
Text Example
Text Example
White with #C27719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27719; }
p { color: rgb(194,119,25); }
H1.HeaderClassName
{
color: #C27719;
}
.AnyTagClassName
{
color: #C27719;
}
</style>
background-color css
<style>
a { background-color: #C27719; }
a { background-color: rgb(194,119,25); }
div.DivClassName
{
background-color: #C27719;
}
.BgClassName
{
background-color: #C27719;
}
</style>
border-color css
<style>
span { border-color: #C27719; }
span { border-color: rgb(194,119,25); }
td.TdClassName
{
border-color: #C27719;
}
.TagClassName
{
border-color: #C27719;
}
</style>