Shades of Ochre #CD732A
Tints of Ochre #CD732A
RGB
CMYK
RGB Variations
Color information
#CD732A (or 0xCD732A) is known color: Ochre. HEX triplet: CD, 73 and 2A. RGB value is (205,115,42). Sum of RGB (Red+Green+Blue) = 205+115+42=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD732A is #328CD5. Grayscale: #858585. Windows color (decimal): -3312854 or 2782157. OLE color: 2782157.
HSL color Cylindrical-coordinate representation of color #CD732A: hue angle of 26.87º 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 #CD732A is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 42 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.20 |
| HSL | 26.87º | 0.66% | 0.48% | - |
| HSV(B) | 26.87º | 0.8% | 0.8% | - |
| XYZ | 31.73 | 25.41 | 5.42 | - |
| YUV | 133.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 42 | 0 | 0.44 | 0.80 | 0.20 | 26.87 | 0.66 | 0.48 |
| Hex | CD | 73 | 2A | 0 | 2C | 50 | 14 | 1B | 42 | 30 |
| Octal | 315 | 163 | 52 | 0 | 54 | 120 | 24 | 33 | 102 | 60 |
| Binary | 11001101 | 1110011 | 101010 | 0 | 101100 | 1010000 | 10100 | 11011 | 1000010 | 110000 |
Color Harmonies of #CD732A
Complementary color
Monochromatic Colors of #CD732A
Black with #CD732A
Text Example
Text Example
White with #CD732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD732A; }
p { color: rgb(205,115,42); }
H1.HeaderClassName
{
color: #CD732A;
}
.AnyTagClassName
{
color: #CD732A;
}
</style>
background-color css
<style>
a { background-color: #CD732A; }
a { background-color: rgb(205,115,42); }
div.DivClassName
{
background-color: #CD732A;
}
.BgClassName
{
background-color: #CD732A;
}
</style>
border-color css
<style>
span { border-color: #CD732A; }
span { border-color: rgb(205,115,42); }
td.TdClassName
{
border-color: #CD732A;
}
.TagClassName
{
border-color: #CD732A;
}
</style>