Shades of Ochre #C4801D
Tints of Ochre #C4801D
RGB
CMYK
RGB Variations
Color information
#C4801D (or 0xC4801D) is known color: Ochre. HEX triplet: C4, 80 and 1D. RGB value is (196,128,29). Sum of RGB (Red+Green+Blue) = 196+128+29=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4801D is #3B7FE2. Grayscale: #898989. Windows color (decimal): -3899363 or 1933508. OLE color: 1933508.
HSL color Cylindrical-coordinate representation of color #C4801D: hue angle of 35.57º 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 #C4801D is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 29 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.23 |
| HSL | 35.57º | 0.74% | 0.44% | - |
| HSV(B) | 35.57º | 0.85% | 0.77% | - |
| XYZ | 30.71 | 27.26 | 4.81 | - |
| YUV | 137.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 29 | 0 | 0.35 | 0.85 | 0.23 | 35.57 | 0.74 | 0.44 |
| Hex | C4 | 80 | 1D | 0 | 23 | 55 | 17 | 24 | 4A | 2C |
| Octal | 304 | 200 | 35 | 0 | 43 | 125 | 27 | 44 | 112 | 54 |
| Binary | 11000100 | 10000000 | 11101 | 0 | 100011 | 1010101 | 10111 | 100100 | 1001010 | 101100 |
Color Harmonies of #C4801D
Complementary color
Monochromatic Colors of #C4801D
Black with #C4801D
Text Example
Text Example
White with #C4801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4801D; }
p { color: rgb(196,128,29); }
H1.HeaderClassName
{
color: #C4801D;
}
.AnyTagClassName
{
color: #C4801D;
}
</style>
background-color css
<style>
a { background-color: #C4801D; }
a { background-color: rgb(196,128,29); }
div.DivClassName
{
background-color: #C4801D;
}
.BgClassName
{
background-color: #C4801D;
}
</style>
border-color css
<style>
span { border-color: #C4801D; }
span { border-color: rgb(196,128,29); }
td.TdClassName
{
border-color: #C4801D;
}
.TagClassName
{
border-color: #C4801D;
}
</style>