Shades of Raw Sienna #CB874E
Tints of Raw Sienna #CB874E
RGB
CMYK
RGB Variations
Color information
#CB874E (or 0xCB874E) is known color: Raw Sienna. HEX triplet: CB, 87 and 4E. RGB value is (203,135,78). Sum of RGB (Red+Green+Blue) = 203+135+78=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB874E is #3478B1. Grayscale: #959595. Windows color (decimal): -3438770 or 5146571. OLE color: 5146571.
HSL color Cylindrical-coordinate representation of color #CB874E: hue angle of 27.36º 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 #CB874E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 78 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.20 |
| HSL | 27.36º | 0.55% | 0.55% | - |
| HSV(B) | 27.36º | 0.62% | 0.8% | - |
| XYZ | 34.67 | 30.57 | 11.28 | - |
| YUV | 148.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 78 | 0 | 0.33 | 0.62 | 0.20 | 27.36 | 0.55 | 0.55 |
| Hex | CB | 87 | 4E | 0 | 21 | 3E | 14 | 1B | 37 | 37 |
| Octal | 313 | 207 | 116 | 0 | 41 | 76 | 24 | 33 | 67 | 67 |
| Binary | 11001011 | 10000111 | 1001110 | 0 | 100001 | 111110 | 10100 | 11011 | 110111 | 110111 |
Color Harmonies of #CB874E
Complementary color
Monochromatic Colors of #CB874E
Black with #CB874E
Text Example
Text Example
White with #CB874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB874E; }
p { color: rgb(203,135,78); }
H1.HeaderClassName
{
color: #CB874E;
}
.AnyTagClassName
{
color: #CB874E;
}
</style>
background-color css
<style>
a { background-color: #CB874E; }
a { background-color: rgb(203,135,78); }
div.DivClassName
{
background-color: #CB874E;
}
.BgClassName
{
background-color: #CB874E;
}
</style>
border-color css
<style>
span { border-color: #CB874E; }
span { border-color: rgb(203,135,78); }
td.TdClassName
{
border-color: #CB874E;
}
.TagClassName
{
border-color: #CB874E;
}
</style>