Shades of Raw Sienna #CB834F
Tints of Raw Sienna #CB834F
RGB
CMYK
RGB Variations
Color information
#CB834F (or 0xCB834F) is known color: Raw Sienna. HEX triplet: CB, 83 and 4F. RGB value is (203,131,79). Sum of RGB (Red+Green+Blue) = 203+131+79=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB834F is #347CB0. Grayscale: #929292. Windows color (decimal): -3439793 or 5211083. OLE color: 5211083.
HSL color Cylindrical-coordinate representation of color #CB834F: hue angle of 25.16º 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 #CB834F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 79 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.20 |
| HSL | 25.16º | 0.54% | 0.55% | - |
| HSV(B) | 25.16º | 0.61% | 0.8% | - |
| XYZ | 34.16 | 29.49 | 11.29 | - |
| YUV | 146.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 79 | 0 | 0.35 | 0.61 | 0.20 | 25.16 | 0.54 | 0.55 |
| Hex | CB | 83 | 4F | 0 | 23 | 3D | 14 | 19 | 36 | 37 |
| Octal | 313 | 203 | 117 | 0 | 43 | 75 | 24 | 31 | 66 | 67 |
| Binary | 11001011 | 10000011 | 1001111 | 0 | 100011 | 111101 | 10100 | 11001 | 110110 | 110111 |
Color Harmonies of #CB834F
Complementary color
Monochromatic Colors of #CB834F
Black with #CB834F
Text Example
Text Example
White with #CB834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB834F; }
p { color: rgb(203,131,79); }
H1.HeaderClassName
{
color: #CB834F;
}
.AnyTagClassName
{
color: #CB834F;
}
</style>
background-color css
<style>
a { background-color: #CB834F; }
a { background-color: rgb(203,131,79); }
div.DivClassName
{
background-color: #CB834F;
}
.BgClassName
{
background-color: #CB834F;
}
</style>
border-color css
<style>
span { border-color: #CB834F; }
span { border-color: rgb(203,131,79); }
td.TdClassName
{
border-color: #CB834F;
}
.TagClassName
{
border-color: #CB834F;
}
</style>