Shades of Ochre #CB7529
Tints of Ochre #CB7529
RGB
CMYK
RGB Variations
Color information
#CB7529 (or 0xCB7529) is known color: Ochre. HEX triplet: CB, 75 and 29. RGB value is (203,117,41). Sum of RGB (Red+Green+Blue) = 203+117+41=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7529 is #348AD6. Grayscale: #868686. Windows color (decimal): -3443415 or 2717131. OLE color: 2717131.
HSL color Cylindrical-coordinate representation of color #CB7529: hue angle of 28.15º 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 #CB7529 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 41 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.20 |
| HSL | 28.15º | 0.66% | 0.48% | - |
| HSV(B) | 28.15º | 0.8% | 0.8% | - |
| XYZ | 31.39 | 25.58 | 5.38 | - |
| YUV | 134.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 41 | 0 | 0.42 | 0.80 | 0.20 | 28.15 | 0.66 | 0.48 |
| Hex | CB | 75 | 29 | 0 | 2A | 50 | 14 | 1C | 42 | 30 |
| Octal | 313 | 165 | 51 | 0 | 52 | 120 | 24 | 34 | 102 | 60 |
| Binary | 11001011 | 1110101 | 101001 | 0 | 101010 | 1010000 | 10100 | 11100 | 1000010 | 110000 |
Color Harmonies of #CB7529
Complementary color
Monochromatic Colors of #CB7529
Black with #CB7529
Text Example
Text Example
White with #CB7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7529; }
p { color: rgb(203,117,41); }
H1.HeaderClassName
{
color: #CB7529;
}
.AnyTagClassName
{
color: #CB7529;
}
</style>
background-color css
<style>
a { background-color: #CB7529; }
a { background-color: rgb(203,117,41); }
div.DivClassName
{
background-color: #CB7529;
}
.BgClassName
{
background-color: #CB7529;
}
</style>
border-color css
<style>
span { border-color: #CB7529; }
span { border-color: rgb(203,117,41); }
td.TdClassName
{
border-color: #CB7529;
}
.TagClassName
{
border-color: #CB7529;
}
</style>