Shades of Ochre #C3751D
Tints of Ochre #C3751D
RGB
CMYK
RGB Variations
Color information
#C3751D (or 0xC3751D) is known color: Ochre. HEX triplet: C3, 75 and 1D. RGB value is (195,117,29). Sum of RGB (Red+Green+Blue) = 195+117+29=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3751D is #3C8AE2. Grayscale: #828282. Windows color (decimal): -3967715 or 1930691. OLE color: 1930691.
HSL color Cylindrical-coordinate representation of color #C3751D: hue angle of 31.81º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3751D is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 29 | - |
| CMYK | 0 | 0.4 | 0.85 | 0.24 |
| HSL | 31.81º | 0.74% | 0.44% | - |
| HSV(B) | 31.81º | 0.85% | 0.76% | - |
| XYZ | 29.09 | 24.41 | 4.34 | - |
| YUV | 130.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 29 | 0 | 0.4 | 0.85 | 0.24 | 31.81 | 0.74 | 0.44 |
| Hex | C3 | 75 | 1D | 0 | 28 | 55 | 18 | 20 | 4A | 2C |
| Octal | 303 | 165 | 35 | 0 | 50 | 125 | 30 | 40 | 112 | 54 |
| Binary | 11000011 | 1110101 | 11101 | 0 | 101000 | 1010101 | 11000 | 100000 | 1001010 | 101100 |
Color Harmonies of #C3751D
Complementary color
Monochromatic Colors of #C3751D
Black with #C3751D
Text Example
Text Example
White with #C3751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3751D; }
p { color: rgb(195,117,29); }
H1.HeaderClassName
{
color: #C3751D;
}
.AnyTagClassName
{
color: #C3751D;
}
</style>
background-color css
<style>
a { background-color: #C3751D; }
a { background-color: rgb(195,117,29); }
div.DivClassName
{
background-color: #C3751D;
}
.BgClassName
{
background-color: #C3751D;
}
</style>
border-color css
<style>
span { border-color: #C3751D; }
span { border-color: rgb(195,117,29); }
td.TdClassName
{
border-color: #C3751D;
}
.TagClassName
{
border-color: #C3751D;
}
</style>