Shades of Ochre #CB7623
Tints of Ochre #CB7623
RGB
CMYK
RGB Variations
Color information
#CB7623 (or 0xCB7623) is known color: Ochre. HEX triplet: CB, 76 and 23. RGB value is (203,118,35). Sum of RGB (Red+Green+Blue) = 203+118+35=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7623 is #3489DC. Grayscale: #868686. Windows color (decimal): -3443165 or 2324171. OLE color: 2324171.
HSL color Cylindrical-coordinate representation of color #CB7623: hue angle of 29.64º 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 #CB7623 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 35 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.20 |
| HSL | 29.64º | 0.71% | 0.47% | - |
| HSV(B) | 29.64º | 0.83% | 0.8% | - |
| XYZ | 31.41 | 25.77 | 4.91 | - |
| YUV | 133.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 35 | 0 | 0.42 | 0.83 | 0.20 | 29.64 | 0.71 | 0.47 |
| Hex | CB | 76 | 23 | 0 | 2A | 53 | 14 | 1E | 47 | 2F |
| Octal | 313 | 166 | 43 | 0 | 52 | 123 | 24 | 36 | 107 | 57 |
| Binary | 11001011 | 1110110 | 100011 | 0 | 101010 | 1010011 | 10100 | 11110 | 1000111 | 101111 |
Color Harmonies of #CB7623
Complementary color
Monochromatic Colors of #CB7623
Black with #CB7623
Text Example
Text Example
White with #CB7623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7623; }
p { color: rgb(203,118,35); }
H1.HeaderClassName
{
color: #CB7623;
}
.AnyTagClassName
{
color: #CB7623;
}
</style>
background-color css
<style>
a { background-color: #CB7623; }
a { background-color: rgb(203,118,35); }
div.DivClassName
{
background-color: #CB7623;
}
.BgClassName
{
background-color: #CB7623;
}
</style>
border-color css
<style>
span { border-color: #CB7623; }
span { border-color: rgb(203,118,35); }
td.TdClassName
{
border-color: #CB7623;
}
.TagClassName
{
border-color: #CB7623;
}
</style>