Shades of Ochre #C37B13
Tints of Ochre #C37B13
RGB
CMYK
RGB Variations
Color information
#C37B13 (or 0xC37B13) is known color: Ochre. HEX triplet: C3, 7B and 13. RGB value is (195,123,19). Sum of RGB (Red+Green+Blue) = 195+123+19=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B13 is #3C84EC. Grayscale: #858585. Windows color (decimal): -3966189 or 1276867. OLE color: 1276867.
HSL color Cylindrical-coordinate representation of color #C37B13: hue angle of 35.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37B13 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.24 |
| HSL | 35.45º | 0.82% | 0.42% | - |
| HSV(B) | 35.45º | 0.9% | 0.76% | - |
| XYZ | 29.71 | 25.82 | 4.03 | - |
| YUV | 132.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 19 | 0 | 0.37 | 0.90 | 0.24 | 35.45 | 0.82 | 0.42 |
| Hex | C3 | 7B | 13 | 0 | 25 | 5A | 18 | 23 | 52 | 2A |
| Octal | 303 | 173 | 23 | 0 | 45 | 132 | 30 | 43 | 122 | 52 |
| Binary | 11000011 | 1111011 | 10011 | 0 | 100101 | 1011010 | 11000 | 100011 | 1010010 | 101010 |
Color Harmonies of #C37B13
Complementary color
Monochromatic Colors of #C37B13
Black with #C37B13
Text Example
Text Example
White with #C37B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B13; }
p { color: rgb(195,123,19); }
H1.HeaderClassName
{
color: #C37B13;
}
.AnyTagClassName
{
color: #C37B13;
}
</style>
background-color css
<style>
a { background-color: #C37B13; }
a { background-color: rgb(195,123,19); }
div.DivClassName
{
background-color: #C37B13;
}
.BgClassName
{
background-color: #C37B13;
}
</style>
border-color css
<style>
span { border-color: #C37B13; }
span { border-color: rgb(195,123,19); }
td.TdClassName
{
border-color: #C37B13;
}
.TagClassName
{
border-color: #C37B13;
}
</style>