Shades of Ochre #CA841F
Tints of Ochre #CA841F
RGB
CMYK
RGB Variations
Color information
#CA841F (or 0xCA841F) is known color: Ochre. HEX triplet: CA, 84 and 1F. RGB value is (202,132,31). Sum of RGB (Red+Green+Blue) = 202+132+31=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA841F is #357BE0. Grayscale: #8D8D8D. Windows color (decimal): -3505121 or 2065610. OLE color: 2065610.
HSL color Cylindrical-coordinate representation of color #CA841F: hue angle of 35.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA841F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 31 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.21 |
| HSL | 35.44º | 0.73% | 0.46% | - |
| HSV(B) | 35.44º | 0.85% | 0.79% | - |
| XYZ | 32.86 | 29.16 | 5.19 | - |
| YUV | 141.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 31 | 0 | 0.35 | 0.85 | 0.21 | 35.44 | 0.73 | 0.46 |
| Hex | CA | 84 | 1F | 0 | 23 | 55 | 15 | 23 | 49 | 2E |
| Octal | 312 | 204 | 37 | 0 | 43 | 125 | 25 | 43 | 111 | 56 |
| Binary | 11001010 | 10000100 | 11111 | 0 | 100011 | 1010101 | 10101 | 100011 | 1001001 | 101110 |
Color Harmonies of #CA841F
Complementary color
Monochromatic Colors of #CA841F
Black with #CA841F
Text Example
Text Example
White with #CA841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA841F; }
p { color: rgb(202,132,31); }
H1.HeaderClassName
{
color: #CA841F;
}
.AnyTagClassName
{
color: #CA841F;
}
</style>
background-color css
<style>
a { background-color: #CA841F; }
a { background-color: rgb(202,132,31); }
div.DivClassName
{
background-color: #CA841F;
}
.BgClassName
{
background-color: #CA841F;
}
</style>
border-color css
<style>
span { border-color: #CA841F; }
span { border-color: rgb(202,132,31); }
td.TdClassName
{
border-color: #CA841F;
}
.TagClassName
{
border-color: #CA841F;
}
</style>