Shades of Ochre #C37D1C
Tints of Ochre #C37D1C
RGB
CMYK
RGB Variations
Color information
#C37D1C (or 0xC37D1C) is known color: Ochre. HEX triplet: C3, 7D and 1C. RGB value is (195,125,28). Sum of RGB (Red+Green+Blue) = 195+125+28=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D1C is #3C82E3. Grayscale: #878787. Windows color (decimal): -3965668 or 1867203. OLE color: 1867203.
HSL color Cylindrical-coordinate representation of color #C37D1C: hue angle of 34.85º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C37D1C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 28 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.24 |
| HSL | 34.85º | 0.75% | 0.44% | - |
| HSV(B) | 34.85º | 0.86% | 0.76% | - |
| XYZ | 30.05 | 26.35 | 4.6 | - |
| YUV | 134.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 28 | 0 | 0.36 | 0.86 | 0.24 | 34.85 | 0.75 | 0.44 |
| Hex | C3 | 7D | 1C | 0 | 24 | 56 | 18 | 23 | 4B | 2C |
| Octal | 303 | 175 | 34 | 0 | 44 | 126 | 30 | 43 | 113 | 54 |
| Binary | 11000011 | 1111101 | 11100 | 0 | 100100 | 1010110 | 11000 | 100011 | 1001011 | 101100 |
Color Harmonies of #C37D1C
Complementary color
Monochromatic Colors of #C37D1C
Black with #C37D1C
Text Example
Text Example
White with #C37D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D1C; }
p { color: rgb(195,125,28); }
H1.HeaderClassName
{
color: #C37D1C;
}
.AnyTagClassName
{
color: #C37D1C;
}
</style>
background-color css
<style>
a { background-color: #C37D1C; }
a { background-color: rgb(195,125,28); }
div.DivClassName
{
background-color: #C37D1C;
}
.BgClassName
{
background-color: #C37D1C;
}
</style>
border-color css
<style>
span { border-color: #C37D1C; }
span { border-color: rgb(195,125,28); }
td.TdClassName
{
border-color: #C37D1C;
}
.TagClassName
{
border-color: #C37D1C;
}
</style>