Shades of Ochre #CA7528
Tints of Ochre #CA7528
RGB
CMYK
RGB Variations
Color information
#CA7528 (or 0xCA7528) is known color: Ochre. HEX triplet: CA, 75 and 28. RGB value is (202,117,40). Sum of RGB (Red+Green+Blue) = 202+117+40=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7528 is #358AD7. Grayscale: #868686. Windows color (decimal): -3508952 or 2651594. OLE color: 2651594.
HSL color Cylindrical-coordinate representation of color #CA7528: hue angle of 28.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7528 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 40 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.21 |
| HSL | 28.52º | 0.67% | 0.47% | - |
| HSV(B) | 28.52º | 0.8% | 0.79% | - |
| XYZ | 31.1 | 25.43 | 5.28 | - |
| YUV | 133.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 40 | 0 | 0.42 | 0.80 | 0.21 | 28.52 | 0.67 | 0.47 |
| Hex | CA | 75 | 28 | 0 | 2A | 50 | 15 | 1D | 43 | 2F |
| Octal | 312 | 165 | 50 | 0 | 52 | 120 | 25 | 35 | 103 | 57 |
| Binary | 11001010 | 1110101 | 101000 | 0 | 101010 | 1010000 | 10101 | 11101 | 1000011 | 101111 |
Color Harmonies of #CA7528
Complementary color
Monochromatic Colors of #CA7528
Black with #CA7528
Text Example
Text Example
White with #CA7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7528; }
p { color: rgb(202,117,40); }
H1.HeaderClassName
{
color: #CA7528;
}
.AnyTagClassName
{
color: #CA7528;
}
</style>
background-color css
<style>
a { background-color: #CA7528; }
a { background-color: rgb(202,117,40); }
div.DivClassName
{
background-color: #CA7528;
}
.BgClassName
{
background-color: #CA7528;
}
</style>
border-color css
<style>
span { border-color: #CA7528; }
span { border-color: rgb(202,117,40); }
td.TdClassName
{
border-color: #CA7528;
}
.TagClassName
{
border-color: #CA7528;
}
</style>