Shades of Ochre #C3741C
Tints of Ochre #C3741C
RGB
CMYK
RGB Variations
Color information
#C3741C (or 0xC3741C) is known color: Ochre. HEX triplet: C3, 74 and 1C. RGB value is (195,116,28). Sum of RGB (Red+Green+Blue) = 195+116+28=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3741C is #3C8BE3. Grayscale: #828282. Windows color (decimal): -3967972 or 1864899. OLE color: 1864899.
HSL color Cylindrical-coordinate representation of color #C3741C: hue angle of 31.62º 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 #C3741C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 28 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.24 |
| HSL | 31.62º | 0.75% | 0.44% | - |
| HSV(B) | 31.62º | 0.86% | 0.76% | - |
| XYZ | 28.96 | 24.18 | 4.24 | - |
| YUV | 129.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 28 | 0 | 0.41 | 0.86 | 0.24 | 31.62 | 0.75 | 0.44 |
| Hex | C3 | 74 | 1C | 0 | 29 | 56 | 18 | 20 | 4B | 2C |
| Octal | 303 | 164 | 34 | 0 | 51 | 126 | 30 | 40 | 113 | 54 |
| Binary | 11000011 | 1110100 | 11100 | 0 | 101001 | 1010110 | 11000 | 100000 | 1001011 | 101100 |
Color Harmonies of #C3741C
Complementary color
Monochromatic Colors of #C3741C
Black with #C3741C
Text Example
Text Example
White with #C3741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3741C; }
p { color: rgb(195,116,28); }
H1.HeaderClassName
{
color: #C3741C;
}
.AnyTagClassName
{
color: #C3741C;
}
</style>
background-color css
<style>
a { background-color: #C3741C; }
a { background-color: rgb(195,116,28); }
div.DivClassName
{
background-color: #C3741C;
}
.BgClassName
{
background-color: #C3741C;
}
</style>
border-color css
<style>
span { border-color: #C3741C; }
span { border-color: rgb(195,116,28); }
td.TdClassName
{
border-color: #C3741C;
}
.TagClassName
{
border-color: #C3741C;
}
</style>