Shades of Raw Sienna #CB854C
Tints of Raw Sienna #CB854C
RGB
CMYK
RGB Variations
Color information
#CB854C (or 0xCB854C) is known color: Raw Sienna. HEX triplet: CB, 85 and 4C. RGB value is (203,133,76). Sum of RGB (Red+Green+Blue) = 203+133+76=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB854C is #347AB3. Grayscale: #939393. Windows color (decimal): -3439284 or 5014987. OLE color: 5014987.
HSL color Cylindrical-coordinate representation of color #CB854C: hue angle of 26.93º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB854C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 76 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.20 |
| HSL | 26.93º | 0.55% | 0.55% | - |
| HSV(B) | 26.93º | 0.63% | 0.8% | - |
| XYZ | 34.32 | 29.99 | 10.82 | - |
| YUV | 147.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 76 | 0 | 0.34 | 0.63 | 0.20 | 26.93 | 0.55 | 0.55 |
| Hex | CB | 85 | 4C | 0 | 22 | 3F | 14 | 1B | 37 | 37 |
| Octal | 313 | 205 | 114 | 0 | 42 | 77 | 24 | 33 | 67 | 67 |
| Binary | 11001011 | 10000101 | 1001100 | 0 | 100010 | 111111 | 10100 | 11011 | 110111 | 110111 |
Color Harmonies of #CB854C
Complementary color
Monochromatic Colors of #CB854C
Black with #CB854C
Text Example
Text Example
White with #CB854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB854C; }
p { color: rgb(203,133,76); }
H1.HeaderClassName
{
color: #CB854C;
}
.AnyTagClassName
{
color: #CB854C;
}
</style>
background-color css
<style>
a { background-color: #CB854C; }
a { background-color: rgb(203,133,76); }
div.DivClassName
{
background-color: #CB854C;
}
.BgClassName
{
background-color: #CB854C;
}
</style>
border-color css
<style>
span { border-color: #CB854C; }
span { border-color: rgb(203,133,76); }
td.TdClassName
{
border-color: #CB854C;
}
.TagClassName
{
border-color: #CB854C;
}
</style>