Shades of Ochre #C3701B
Tints of Ochre #C3701B
RGB
CMYK
RGB Variations
Color information
#C3701B (or 0xC3701B) is known color: Ochre. HEX triplet: C3, 70 and 1B. RGB value is (195,112,27). Sum of RGB (Red+Green+Blue) = 195+112+27=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C3701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3701B is #3C8FE4. Grayscale: #7F7F7F. Windows color (decimal): -3968997 or 1798339. OLE color: 1798339.
HSL color Cylindrical-coordinate representation of color #C3701B: hue angle of 30.36º degrees, saturation: 0.76, 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 #C3701B is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 27 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.24 |
| HSL | 30.36º | 0.76% | 0.44% | - |
| HSV(B) | 30.36º | 0.86% | 0.76% | - |
| XYZ | 28.5 | 23.27 | 4.03 | - |
| YUV | 127.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 27 | 0 | 0.43 | 0.86 | 0.24 | 30.36 | 0.76 | 0.44 |
| Hex | C3 | 70 | 1B | 0 | 2B | 56 | 18 | 1E | 4C | 2C |
| Octal | 303 | 160 | 33 | 0 | 53 | 126 | 30 | 36 | 114 | 54 |
| Binary | 11000011 | 1110000 | 11011 | 0 | 101011 | 1010110 | 11000 | 11110 | 1001100 | 101100 |
Color Harmonies of #C3701B
Complementary color
Monochromatic Colors of #C3701B
Black with #C3701B
Text Example
Text Example
White with #C3701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3701B; }
p { color: rgb(195,112,27); }
H1.HeaderClassName
{
color: #C3701B;
}
.AnyTagClassName
{
color: #C3701B;
}
</style>
background-color css
<style>
a { background-color: #C3701B; }
a { background-color: rgb(195,112,27); }
div.DivClassName
{
background-color: #C3701B;
}
.BgClassName
{
background-color: #C3701B;
}
</style>
border-color css
<style>
span { border-color: #C3701B; }
span { border-color: rgb(195,112,27); }
td.TdClassName
{
border-color: #C3701B;
}
.TagClassName
{
border-color: #C3701B;
}
</style>