Shades of Raw Sienna #CB8350
Tints of Raw Sienna #CB8350
RGB
CMYK
RGB Variations
Color information
#CB8350 (or 0xCB8350) is known color: Raw Sienna. HEX triplet: CB, 83 and 50. RGB value is (203,131,80). Sum of RGB (Red+Green+Blue) = 203+131+80=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8350 is #347CAF. Grayscale: #929292. Windows color (decimal): -3439792 or 5276619. OLE color: 5276619.
HSL color Cylindrical-coordinate representation of color #CB8350: hue angle of 24.88º 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 #CB8350 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 80 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.20 |
| HSL | 24.88º | 0.54% | 0.55% | - |
| HSV(B) | 24.88º | 0.61% | 0.8% | - |
| XYZ | 34.19 | 29.51 | 11.48 | - |
| YUV | 146.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 80 | 0 | 0.35 | 0.61 | 0.20 | 24.88 | 0.54 | 0.55 |
| Hex | CB | 83 | 50 | 0 | 23 | 3D | 14 | 19 | 36 | 37 |
| Octal | 313 | 203 | 120 | 0 | 43 | 75 | 24 | 31 | 66 | 67 |
| Binary | 11001011 | 10000011 | 1010000 | 0 | 100011 | 111101 | 10100 | 11001 | 110110 | 110111 |
Color Harmonies of #CB8350
Complementary color
Monochromatic Colors of #CB8350
Black with #CB8350
Text Example
Text Example
White with #CB8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8350; }
p { color: rgb(203,131,80); }
H1.HeaderClassName
{
color: #CB8350;
}
.AnyTagClassName
{
color: #CB8350;
}
</style>
background-color css
<style>
a { background-color: #CB8350; }
a { background-color: rgb(203,131,80); }
div.DivClassName
{
background-color: #CB8350;
}
.BgClassName
{
background-color: #CB8350;
}
</style>
border-color css
<style>
span { border-color: #CB8350; }
span { border-color: rgb(203,131,80); }
td.TdClassName
{
border-color: #CB8350;
}
.TagClassName
{
border-color: #CB8350;
}
</style>