Shades of Ochre #C4821D
Tints of Ochre #C4821D
RGB
CMYK
RGB Variations
Color information
#C4821D (or 0xC4821D) is known color: Ochre. HEX triplet: C4, 82 and 1D. RGB value is (196,130,29). Sum of RGB (Red+Green+Blue) = 196+130+29=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4821D is #3B7DE2. Grayscale: #8A8A8A. Windows color (decimal): -3898851 or 1934020. OLE color: 1934020.
HSL color Cylindrical-coordinate representation of color #C4821D: hue angle of 36.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4821D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 29 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.23 |
| HSL | 36.29º | 0.74% | 0.44% | - |
| HSV(B) | 36.29º | 0.85% | 0.77% | - |
| XYZ | 30.97 | 27.79 | 4.89 | - |
| YUV | 138.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 29 | 0 | 0.34 | 0.85 | 0.23 | 36.29 | 0.74 | 0.44 |
| Hex | C4 | 82 | 1D | 0 | 22 | 55 | 17 | 24 | 4A | 2C |
| Octal | 304 | 202 | 35 | 0 | 42 | 125 | 27 | 44 | 112 | 54 |
| Binary | 11000100 | 10000010 | 11101 | 0 | 100010 | 1010101 | 10111 | 100100 | 1001010 | 101100 |
Color Harmonies of #C4821D
Complementary color
Monochromatic Colors of #C4821D
Black with #C4821D
Text Example
Text Example
White with #C4821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4821D; }
p { color: rgb(196,130,29); }
H1.HeaderClassName
{
color: #C4821D;
}
.AnyTagClassName
{
color: #C4821D;
}
</style>
background-color css
<style>
a { background-color: #C4821D; }
a { background-color: rgb(196,130,29); }
div.DivClassName
{
background-color: #C4821D;
}
.BgClassName
{
background-color: #C4821D;
}
</style>
border-color css
<style>
span { border-color: #C4821D; }
span { border-color: rgb(196,130,29); }
td.TdClassName
{
border-color: #C4821D;
}
.TagClassName
{
border-color: #C4821D;
}
</style>