Shades of Ochre #CD742B
Tints of Ochre #CD742B
RGB
CMYK
RGB Variations
Color information
#CD742B (or 0xCD742B) is known color: Ochre. HEX triplet: CD, 74 and 2B. RGB value is (205,116,43). Sum of RGB (Red+Green+Blue) = 205+116+43=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD742B is #328BD4. Grayscale: #868686. Windows color (decimal): -3312597 or 2847949. OLE color: 2847949.
HSL color Cylindrical-coordinate representation of color #CD742B: hue angle of 27.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD742B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 43 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.20 |
| HSL | 27.04º | 0.65% | 0.49% | - |
| HSV(B) | 27.04º | 0.79% | 0.8% | - |
| XYZ | 31.86 | 25.64 | 5.56 | - |
| YUV | 134.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 43 | 0 | 0.43 | 0.79 | 0.20 | 27.04 | 0.65 | 0.49 |
| Hex | CD | 74 | 2B | 0 | 2B | 4F | 14 | 1B | 41 | 31 |
| Octal | 315 | 164 | 53 | 0 | 53 | 117 | 24 | 33 | 101 | 61 |
| Binary | 11001101 | 1110100 | 101011 | 0 | 101011 | 1001111 | 10100 | 11011 | 1000001 | 110001 |
Color Harmonies of #CD742B
Complementary color
Monochromatic Colors of #CD742B
Black with #CD742B
Text Example
Text Example
White with #CD742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD742B; }
p { color: rgb(205,116,43); }
H1.HeaderClassName
{
color: #CD742B;
}
.AnyTagClassName
{
color: #CD742B;
}
</style>
background-color css
<style>
a { background-color: #CD742B; }
a { background-color: rgb(205,116,43); }
div.DivClassName
{
background-color: #CD742B;
}
.BgClassName
{
background-color: #CD742B;
}
</style>
border-color css
<style>
span { border-color: #CD742B; }
span { border-color: rgb(205,116,43); }
td.TdClassName
{
border-color: #CD742B;
}
.TagClassName
{
border-color: #CD742B;
}
</style>