Shades of Ochre #C57B1C
Tints of Ochre #C57B1C
RGB
CMYK
RGB Variations
Color information
#C57B1C (or 0xC57B1C) is known color: Ochre. HEX triplet: C5, 7B and 1C. RGB value is (197,123,28). Sum of RGB (Red+Green+Blue) = 197+123+28=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B1C is #3A84E3. Grayscale: #868686. Windows color (decimal): -3835108 or 1866693. OLE color: 1866693.
HSL color Cylindrical-coordinate representation of color #C57B1C: hue angle of 33.73º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C57B1C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 28 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.23 |
| HSL | 33.73º | 0.75% | 0.44% | - |
| HSV(B) | 33.73º | 0.86% | 0.77% | - |
| XYZ | 30.32 | 26.12 | 4.54 | - |
| YUV | 134.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 28 | 0 | 0.38 | 0.86 | 0.23 | 33.73 | 0.75 | 0.44 |
| Hex | C5 | 7B | 1C | 0 | 26 | 56 | 17 | 22 | 4B | 2C |
| Octal | 305 | 173 | 34 | 0 | 46 | 126 | 27 | 42 | 113 | 54 |
| Binary | 11000101 | 1111011 | 11100 | 0 | 100110 | 1010110 | 10111 | 100010 | 1001011 | 101100 |
Color Harmonies of #C57B1C
Complementary color
Monochromatic Colors of #C57B1C
Black with #C57B1C
Text Example
Text Example
White with #C57B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B1C; }
p { color: rgb(197,123,28); }
H1.HeaderClassName
{
color: #C57B1C;
}
.AnyTagClassName
{
color: #C57B1C;
}
</style>
background-color css
<style>
a { background-color: #C57B1C; }
a { background-color: rgb(197,123,28); }
div.DivClassName
{
background-color: #C57B1C;
}
.BgClassName
{
background-color: #C57B1C;
}
</style>
border-color css
<style>
span { border-color: #C57B1C; }
span { border-color: rgb(197,123,28); }
td.TdClassName
{
border-color: #C57B1C;
}
.TagClassName
{
border-color: #C57B1C;
}
</style>