Shades of Raw Sienna #CB834D
Tints of Raw Sienna #CB834D
RGB
CMYK
RGB Variations
Color information
#CB834D (or 0xCB834D) is known color: Raw Sienna. HEX triplet: CB, 83 and 4D. RGB value is (203,131,77). Sum of RGB (Red+Green+Blue) = 203+131+77=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB834D is #347CB2. Grayscale: #929292. Windows color (decimal): -3439795 or 5080011. OLE color: 5080011.
HSL color Cylindrical-coordinate representation of color #CB834D: hue angle of 25.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB834D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 77 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.20 |
| HSL | 25.71º | 0.55% | 0.55% | - |
| HSV(B) | 25.71º | 0.62% | 0.8% | - |
| XYZ | 34.08 | 29.46 | 10.91 | - |
| YUV | 146.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 77 | 0 | 0.35 | 0.62 | 0.20 | 25.71 | 0.55 | 0.55 |
| Hex | CB | 83 | 4D | 0 | 23 | 3E | 14 | 1A | 37 | 37 |
| Octal | 313 | 203 | 115 | 0 | 43 | 76 | 24 | 32 | 67 | 67 |
| Binary | 11001011 | 10000011 | 1001101 | 0 | 100011 | 111110 | 10100 | 11010 | 110111 | 110111 |
Color Harmonies of #CB834D
Complementary color
Monochromatic Colors of #CB834D
Black with #CB834D
Text Example
Text Example
White with #CB834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB834D; }
p { color: rgb(203,131,77); }
H1.HeaderClassName
{
color: #CB834D;
}
.AnyTagClassName
{
color: #CB834D;
}
</style>
background-color css
<style>
a { background-color: #CB834D; }
a { background-color: rgb(203,131,77); }
div.DivClassName
{
background-color: #CB834D;
}
.BgClassName
{
background-color: #CB834D;
}
</style>
border-color css
<style>
span { border-color: #CB834D; }
span { border-color: rgb(203,131,77); }
td.TdClassName
{
border-color: #CB834D;
}
.TagClassName
{
border-color: #CB834D;
}
</style>