Shades of Ochre #CB7526
Tints of Ochre #CB7526
RGB
CMYK
RGB Variations
Color information
#CB7526 (or 0xCB7526) is known color: Ochre. HEX triplet: CB, 75 and 26. RGB value is (203,117,38). Sum of RGB (Red+Green+Blue) = 203+117+38=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7526 is #348AD9. Grayscale: #868686. Windows color (decimal): -3443418 or 2520523. OLE color: 2520523.
HSL color Cylindrical-coordinate representation of color #CB7526: hue angle of 28.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7526 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 38 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.20 |
| HSL | 28.73º | 0.68% | 0.47% | - |
| HSV(B) | 28.73º | 0.81% | 0.8% | - |
| XYZ | 31.34 | 25.56 | 5.12 | - |
| YUV | 133.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 38 | 0 | 0.42 | 0.81 | 0.20 | 28.73 | 0.68 | 0.47 |
| Hex | CB | 75 | 26 | 0 | 2A | 51 | 14 | 1D | 44 | 2F |
| Octal | 313 | 165 | 46 | 0 | 52 | 121 | 24 | 35 | 104 | 57 |
| Binary | 11001011 | 1110101 | 100110 | 0 | 101010 | 1010001 | 10100 | 11101 | 1000100 | 101111 |
Color Harmonies of #CB7526
Complementary color
Monochromatic Colors of #CB7526
Black with #CB7526
Text Example
Text Example
White with #CB7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7526; }
p { color: rgb(203,117,38); }
H1.HeaderClassName
{
color: #CB7526;
}
.AnyTagClassName
{
color: #CB7526;
}
</style>
background-color css
<style>
a { background-color: #CB7526; }
a { background-color: rgb(203,117,38); }
div.DivClassName
{
background-color: #CB7526;
}
.BgClassName
{
background-color: #CB7526;
}
</style>
border-color css
<style>
span { border-color: #CB7526; }
span { border-color: rgb(203,117,38); }
td.TdClassName
{
border-color: #CB7526;
}
.TagClassName
{
border-color: #CB7526;
}
</style>