Shades of Ochre #C3741B
Tints of Ochre #C3741B
RGB
CMYK
RGB Variations
Color information
#C3741B (or 0xC3741B) is known color: Ochre. HEX triplet: C3, 74 and 1B. RGB value is (195,116,27). Sum of RGB (Red+Green+Blue) = 195+116+27=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3741B is #3C8BE4. Grayscale: #818181. Windows color (decimal): -3967973 or 1799363. OLE color: 1799363.
HSL color Cylindrical-coordinate representation of color #C3741B: hue angle of 31.79º 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 #C3741B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 27 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.24 |
| HSL | 31.79º | 0.76% | 0.44% | - |
| HSV(B) | 31.79º | 0.86% | 0.76% | - |
| XYZ | 28.95 | 24.17 | 4.18 | - |
| YUV | 129.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 27 | 0 | 0.41 | 0.86 | 0.24 | 31.79 | 0.76 | 0.44 |
| Hex | C3 | 74 | 1B | 0 | 29 | 56 | 18 | 20 | 4C | 2C |
| Octal | 303 | 164 | 33 | 0 | 51 | 126 | 30 | 40 | 114 | 54 |
| Binary | 11000011 | 1110100 | 11011 | 0 | 101001 | 1010110 | 11000 | 100000 | 1001100 | 101100 |
Color Harmonies of #C3741B
Complementary color
Monochromatic Colors of #C3741B
Black with #C3741B
Text Example
Text Example
White with #C3741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3741B; }
p { color: rgb(195,116,27); }
H1.HeaderClassName
{
color: #C3741B;
}
.AnyTagClassName
{
color: #C3741B;
}
</style>
background-color css
<style>
a { background-color: #C3741B; }
a { background-color: rgb(195,116,27); }
div.DivClassName
{
background-color: #C3741B;
}
.BgClassName
{
background-color: #C3741B;
}
</style>
border-color css
<style>
span { border-color: #C3741B; }
span { border-color: rgb(195,116,27); }
td.TdClassName
{
border-color: #C3741B;
}
.TagClassName
{
border-color: #C3741B;
}
</style>