Shades of Raw Sienna #CB7B50
Tints of Raw Sienna #CB7B50
RGB
CMYK
RGB Variations
Color information
#CB7B50 (or 0xCB7B50) is known color: Raw Sienna. HEX triplet: CB, 7B and 50. RGB value is (203,123,80). Sum of RGB (Red+Green+Blue) = 203+123+80=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B50 is #3484AF. Grayscale: #8E8E8E. Windows color (decimal): -3441840 or 5274571. OLE color: 5274571.
HSL color Cylindrical-coordinate representation of color #CB7B50: hue angle of 20.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB7B50 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 80 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.20 |
| HSL | 20.98º | 0.54% | 0.55% | - |
| HSV(B) | 20.98º | 0.61% | 0.8% | - |
| XYZ | 33.16 | 27.44 | 11.14 | - |
| YUV | 142.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 80 | 0 | 0.39 | 0.61 | 0.20 | 20.98 | 0.54 | 0.55 |
| Hex | CB | 7B | 50 | 0 | 27 | 3D | 14 | 15 | 36 | 37 |
| Octal | 313 | 173 | 120 | 0 | 47 | 75 | 24 | 25 | 66 | 67 |
| Binary | 11001011 | 1111011 | 1010000 | 0 | 100111 | 111101 | 10100 | 10101 | 110110 | 110111 |
Color Harmonies of #CB7B50
Complementary color
Monochromatic Colors of #CB7B50
Black with #CB7B50
Text Example
Text Example
White with #CB7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B50; }
p { color: rgb(203,123,80); }
H1.HeaderClassName
{
color: #CB7B50;
}
.AnyTagClassName
{
color: #CB7B50;
}
</style>
background-color css
<style>
a { background-color: #CB7B50; }
a { background-color: rgb(203,123,80); }
div.DivClassName
{
background-color: #CB7B50;
}
.BgClassName
{
background-color: #CB7B50;
}
</style>
border-color css
<style>
span { border-color: #CB7B50; }
span { border-color: rgb(203,123,80); }
td.TdClassName
{
border-color: #CB7B50;
}
.TagClassName
{
border-color: #CB7B50;
}
</style>