Shades of Ochre #CB7C23
Tints of Ochre #CB7C23
RGB
CMYK
RGB Variations
Color information
#CB7C23 (or 0xCB7C23) is known color: Ochre. HEX triplet: CB, 7C and 23. RGB value is (203,124,35). Sum of RGB (Red+Green+Blue) = 203+124+35=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C23 is #3483DC. Grayscale: #898989. Windows color (decimal): -3441629 or 2325707. OLE color: 2325707.
HSL color Cylindrical-coordinate representation of color #CB7C23: hue angle of 31.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB7C23 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 35 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.20 |
| HSL | 31.79º | 0.71% | 0.47% | - |
| HSV(B) | 31.79º | 0.83% | 0.8% | - |
| XYZ | 32.14 | 27.23 | 5.15 | - |
| YUV | 137.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 35 | 0 | 0.39 | 0.83 | 0.20 | 31.79 | 0.71 | 0.47 |
| Hex | CB | 7C | 23 | 0 | 27 | 53 | 14 | 20 | 47 | 2F |
| Octal | 313 | 174 | 43 | 0 | 47 | 123 | 24 | 40 | 107 | 57 |
| Binary | 11001011 | 1111100 | 100011 | 0 | 100111 | 1010011 | 10100 | 100000 | 1000111 | 101111 |
Color Harmonies of #CB7C23
Complementary color
Monochromatic Colors of #CB7C23
Black with #CB7C23
Text Example
Text Example
White with #CB7C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C23; }
p { color: rgb(203,124,35); }
H1.HeaderClassName
{
color: #CB7C23;
}
.AnyTagClassName
{
color: #CB7C23;
}
</style>
background-color css
<style>
a { background-color: #CB7C23; }
a { background-color: rgb(203,124,35); }
div.DivClassName
{
background-color: #CB7C23;
}
.BgClassName
{
background-color: #CB7C23;
}
</style>
border-color css
<style>
span { border-color: #CB7C23; }
span { border-color: rgb(203,124,35); }
td.TdClassName
{
border-color: #CB7C23;
}
.TagClassName
{
border-color: #CB7C23;
}
</style>