Shades of Ochre #C4811B
Tints of Ochre #C4811B
RGB
CMYK
RGB Variations
Color information
#C4811B (or 0xC4811B) is known color: Ochre. HEX triplet: C4, 81 and 1B. RGB value is (196,129,27). Sum of RGB (Red+Green+Blue) = 196+129+27=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4811B is #3B7EE4. Grayscale: #898989. Windows color (decimal): -3899109 or 1802692. OLE color: 1802692.
HSL color Cylindrical-coordinate representation of color #C4811B: hue angle of 36.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4811B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.23 |
| HSL | 36.21º | 0.76% | 0.44% | - |
| HSV(B) | 36.21º | 0.86% | 0.77% | - |
| XYZ | 30.81 | 27.52 | 4.72 | - |
| YUV | 137.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 27 | 0 | 0.34 | 0.86 | 0.23 | 36.21 | 0.76 | 0.44 |
| Hex | C4 | 81 | 1B | 0 | 22 | 56 | 17 | 24 | 4C | 2C |
| Octal | 304 | 201 | 33 | 0 | 42 | 126 | 27 | 44 | 114 | 54 |
| Binary | 11000100 | 10000001 | 11011 | 0 | 100010 | 1010110 | 10111 | 100100 | 1001100 | 101100 |
Color Harmonies of #C4811B
Complementary color
Monochromatic Colors of #C4811B
Black with #C4811B
Text Example
Text Example
White with #C4811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4811B; }
p { color: rgb(196,129,27); }
H1.HeaderClassName
{
color: #C4811B;
}
.AnyTagClassName
{
color: #C4811B;
}
</style>
background-color css
<style>
a { background-color: #C4811B; }
a { background-color: rgb(196,129,27); }
div.DivClassName
{
background-color: #C4811B;
}
.BgClassName
{
background-color: #C4811B;
}
</style>
border-color css
<style>
span { border-color: #C4811B; }
span { border-color: rgb(196,129,27); }
td.TdClassName
{
border-color: #C4811B;
}
.TagClassName
{
border-color: #C4811B;
}
</style>