Shades of Ochre #CD752A
Tints of Ochre #CD752A
RGB
CMYK
RGB Variations
Color information
#CD752A (or 0xCD752A) is known color: Ochre. HEX triplet: CD, 75 and 2A. RGB value is (205,117,42). Sum of RGB (Red+Green+Blue) = 205+117+42=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD752A is #328AD5. Grayscale: #878787. Windows color (decimal): -3312342 or 2782669. OLE color: 2782669.
HSL color Cylindrical-coordinate representation of color #CD752A: hue angle of 27.61º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD752A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 42 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.20 |
| HSL | 27.61º | 0.66% | 0.48% | - |
| HSV(B) | 27.61º | 0.8% | 0.8% | - |
| XYZ | 31.96 | 25.87 | 5.5 | - |
| YUV | 134.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 42 | 0 | 0.43 | 0.80 | 0.20 | 27.61 | 0.66 | 0.48 |
| Hex | CD | 75 | 2A | 0 | 2B | 50 | 14 | 1C | 42 | 30 |
| Octal | 315 | 165 | 52 | 0 | 53 | 120 | 24 | 34 | 102 | 60 |
| Binary | 11001101 | 1110101 | 101010 | 0 | 101011 | 1010000 | 10100 | 11100 | 1000010 | 110000 |
Color Harmonies of #CD752A
Complementary color
Monochromatic Colors of #CD752A
Black with #CD752A
Text Example
Text Example
White with #CD752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD752A; }
p { color: rgb(205,117,42); }
H1.HeaderClassName
{
color: #CD752A;
}
.AnyTagClassName
{
color: #CD752A;
}
</style>
background-color css
<style>
a { background-color: #CD752A; }
a { background-color: rgb(205,117,42); }
div.DivClassName
{
background-color: #CD752A;
}
.BgClassName
{
background-color: #CD752A;
}
</style>
border-color css
<style>
span { border-color: #CD752A; }
span { border-color: rgb(205,117,42); }
td.TdClassName
{
border-color: #CD752A;
}
.TagClassName
{
border-color: #CD752A;
}
</style>