Shades of Ochre #C57B1D
Tints of Ochre #C57B1D
RGB
CMYK
RGB Variations
Color information
#C57B1D (or 0xC57B1D) is known color: Ochre. HEX triplet: C5, 7B and 1D. RGB value is (197,123,29). Sum of RGB (Red+Green+Blue) = 197+123+29=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B1D is #3A84E2. Grayscale: #868686. Windows color (decimal): -3835107 or 1932229. OLE color: 1932229.
HSL color Cylindrical-coordinate representation of color #C57B1D: hue angle of 33.57º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C57B1D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 29 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.23 |
| HSL | 33.57º | 0.74% | 0.44% | - |
| HSV(B) | 33.57º | 0.85% | 0.77% | - |
| XYZ | 30.33 | 26.12 | 4.61 | - |
| YUV | 134.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 29 | 0 | 0.38 | 0.85 | 0.23 | 33.57 | 0.74 | 0.44 |
| Hex | C5 | 7B | 1D | 0 | 26 | 55 | 17 | 22 | 4A | 2C |
| Octal | 305 | 173 | 35 | 0 | 46 | 125 | 27 | 42 | 112 | 54 |
| Binary | 11000101 | 1111011 | 11101 | 0 | 100110 | 1010101 | 10111 | 100010 | 1001010 | 101100 |
Color Harmonies of #C57B1D
Complementary color
Monochromatic Colors of #C57B1D
Black with #C57B1D
Text Example
Text Example
White with #C57B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B1D; }
p { color: rgb(197,123,29); }
H1.HeaderClassName
{
color: #C57B1D;
}
.AnyTagClassName
{
color: #C57B1D;
}
</style>
background-color css
<style>
a { background-color: #C57B1D; }
a { background-color: rgb(197,123,29); }
div.DivClassName
{
background-color: #C57B1D;
}
.BgClassName
{
background-color: #C57B1D;
}
</style>
border-color css
<style>
span { border-color: #C57B1D; }
span { border-color: rgb(197,123,29); }
td.TdClassName
{
border-color: #C57B1D;
}
.TagClassName
{
border-color: #C57B1D;
}
</style>