Shades of Ochre #C3761C
Tints of Ochre #C3761C
RGB
CMYK
RGB Variations
Color information
#C3761C (or 0xC3761C) is known color: Ochre. HEX triplet: C3, 76 and 1C. RGB value is (195,118,28). Sum of RGB (Red+Green+Blue) = 195+118+28=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3761C is #3C89E3. Grayscale: #838383. Windows color (decimal): -3967460 or 1865411. OLE color: 1865411.
HSL color Cylindrical-coordinate representation of color #C3761C: hue angle of 32.34º 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 #C3761C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 28 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.24 |
| HSL | 32.34º | 0.75% | 0.44% | - |
| HSV(B) | 32.34º | 0.86% | 0.76% | - |
| XYZ | 29.19 | 24.64 | 4.32 | - |
| YUV | 130.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 28 | 0 | 0.39 | 0.86 | 0.24 | 32.34 | 0.75 | 0.44 |
| Hex | C3 | 76 | 1C | 0 | 27 | 56 | 18 | 20 | 4B | 2C |
| Octal | 303 | 166 | 34 | 0 | 47 | 126 | 30 | 40 | 113 | 54 |
| Binary | 11000011 | 1110110 | 11100 | 0 | 100111 | 1010110 | 11000 | 100000 | 1001011 | 101100 |
Color Harmonies of #C3761C
Complementary color
Monochromatic Colors of #C3761C
Black with #C3761C
Text Example
Text Example
White with #C3761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3761C; }
p { color: rgb(195,118,28); }
H1.HeaderClassName
{
color: #C3761C;
}
.AnyTagClassName
{
color: #C3761C;
}
</style>
background-color css
<style>
a { background-color: #C3761C; }
a { background-color: rgb(195,118,28); }
div.DivClassName
{
background-color: #C3761C;
}
.BgClassName
{
background-color: #C3761C;
}
</style>
border-color css
<style>
span { border-color: #C3761C; }
span { border-color: rgb(195,118,28); }
td.TdClassName
{
border-color: #C3761C;
}
.TagClassName
{
border-color: #C3761C;
}
</style>