Shades of Ochre #C3791B
Tints of Ochre #C3791B
RGB
CMYK
RGB Variations
Color information
#C3791B (or 0xC3791B) is known color: Ochre. HEX triplet: C3, 79 and 1B. RGB value is (195,121,27). Sum of RGB (Red+Green+Blue) = 195+121+27=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3791B is #3C86E4. Grayscale: #848484. Windows color (decimal): -3966693 or 1800643. OLE color: 1800643.
HSL color Cylindrical-coordinate representation of color #C3791B: hue angle of 33.57º 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 #C3791B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 27 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.24 |
| HSL | 33.57º | 0.76% | 0.44% | - |
| HSV(B) | 33.57º | 0.86% | 0.76% | - |
| XYZ | 29.54 | 25.36 | 4.37 | - |
| YUV | 132.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 27 | 0 | 0.38 | 0.86 | 0.24 | 33.57 | 0.76 | 0.44 |
| Hex | C3 | 79 | 1B | 0 | 26 | 56 | 18 | 22 | 4C | 2C |
| Octal | 303 | 171 | 33 | 0 | 46 | 126 | 30 | 42 | 114 | 54 |
| Binary | 11000011 | 1111001 | 11011 | 0 | 100110 | 1010110 | 11000 | 100010 | 1001100 | 101100 |
Color Harmonies of #C3791B
Complementary color
Monochromatic Colors of #C3791B
Black with #C3791B
Text Example
Text Example
White with #C3791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3791B; }
p { color: rgb(195,121,27); }
H1.HeaderClassName
{
color: #C3791B;
}
.AnyTagClassName
{
color: #C3791B;
}
</style>
background-color css
<style>
a { background-color: #C3791B; }
a { background-color: rgb(195,121,27); }
div.DivClassName
{
background-color: #C3791B;
}
.BgClassName
{
background-color: #C3791B;
}
</style>
border-color css
<style>
span { border-color: #C3791B; }
span { border-color: rgb(195,121,27); }
td.TdClassName
{
border-color: #C3791B;
}
.TagClassName
{
border-color: #C3791B;
}
</style>