Shades of Ochre #C4821B
Tints of Ochre #C4821B
RGB
CMYK
RGB Variations
Color information
#C4821B (or 0xC4821B) is known color: Ochre. HEX triplet: C4, 82 and 1B. RGB value is (196,130,27). Sum of RGB (Red+Green+Blue) = 196+130+27=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4821B is #3B7DE4. Grayscale: #8A8A8A. Windows color (decimal): -3898853 or 1802948. OLE color: 1802948.
HSL color Cylindrical-coordinate representation of color #C4821B: hue angle of 36.57º 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 #C4821B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.23 |
| HSL | 36.57º | 0.76% | 0.44% | - |
| HSV(B) | 36.57º | 0.86% | 0.77% | - |
| XYZ | 30.95 | 27.78 | 4.77 | - |
| YUV | 137.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 27 | 0 | 0.34 | 0.86 | 0.23 | 36.57 | 0.76 | 0.44 |
| Hex | C4 | 82 | 1B | 0 | 22 | 56 | 17 | 25 | 4C | 2C |
| Octal | 304 | 202 | 33 | 0 | 42 | 126 | 27 | 45 | 114 | 54 |
| Binary | 11000100 | 10000010 | 11011 | 0 | 100010 | 1010110 | 10111 | 100101 | 1001100 | 101100 |
Color Harmonies of #C4821B
Complementary color
Monochromatic Colors of #C4821B
Black with #C4821B
Text Example
Text Example
White with #C4821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4821B; }
p { color: rgb(196,130,27); }
H1.HeaderClassName
{
color: #C4821B;
}
.AnyTagClassName
{
color: #C4821B;
}
</style>
background-color css
<style>
a { background-color: #C4821B; }
a { background-color: rgb(196,130,27); }
div.DivClassName
{
background-color: #C4821B;
}
.BgClassName
{
background-color: #C4821B;
}
</style>
border-color css
<style>
span { border-color: #C4821B; }
span { border-color: rgb(196,130,27); }
td.TdClassName
{
border-color: #C4821B;
}
.TagClassName
{
border-color: #C4821B;
}
</style>