Shades of Ochre #C3811E
Tints of Ochre #C3811E
RGB
CMYK
RGB Variations
Color information
#C3811E (or 0xC3811E) is known color: Ochre. HEX triplet: C3, 81 and 1E. RGB value is (195,129,30). Sum of RGB (Red+Green+Blue) = 195+129+30=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3811E is #3C7EE1. Grayscale: #898989. Windows color (decimal): -3964642 or 1999299. OLE color: 1999299.
HSL color Cylindrical-coordinate representation of color #C3811E: hue angle of 36º degrees, saturation: 0.73, 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 #C3811E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 30 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.24 |
| HSL | 36º | 0.73% | 0.44% | - |
| HSV(B) | 36º | 0.85% | 0.76% | - |
| XYZ | 30.59 | 27.4 | 4.9 | - |
| YUV | 137.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 30 | 0 | 0.34 | 0.85 | 0.24 | 36 | 0.73 | 0.44 |
| Hex | C3 | 81 | 1E | 0 | 22 | 55 | 18 | 24 | 49 | 2C |
| Octal | 303 | 201 | 36 | 0 | 42 | 125 | 30 | 44 | 111 | 54 |
| Binary | 11000011 | 10000001 | 11110 | 0 | 100010 | 1010101 | 11000 | 100100 | 1001001 | 101100 |
Color Harmonies of #C3811E
Complementary color
Monochromatic Colors of #C3811E
Black with #C3811E
Text Example
Text Example
White with #C3811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3811E; }
p { color: rgb(195,129,30); }
H1.HeaderClassName
{
color: #C3811E;
}
.AnyTagClassName
{
color: #C3811E;
}
</style>
background-color css
<style>
a { background-color: #C3811E; }
a { background-color: rgb(195,129,30); }
div.DivClassName
{
background-color: #C3811E;
}
.BgClassName
{
background-color: #C3811E;
}
</style>
border-color css
<style>
span { border-color: #C3811E; }
span { border-color: rgb(195,129,30); }
td.TdClassName
{
border-color: #C3811E;
}
.TagClassName
{
border-color: #C3811E;
}
</style>