Shades of Raw Sienna #CB7D45
Tints of Raw Sienna #CB7D45
RGB
CMYK
RGB Variations
Color information
#CB7D45 (or 0xCB7D45) is known color: Raw Sienna. HEX triplet: CB, 7D and 45. RGB value is (203,125,69). Sum of RGB (Red+Green+Blue) = 203+125+69=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7D45 is #3482BA. Grayscale: #8E8E8E. Windows color (decimal): -3441339 or 4554187. OLE color: 4554187.
HSL color Cylindrical-coordinate representation of color #CB7D45: hue angle of 25.07º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB7D45 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 69 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.20 |
| HSL | 25.07º | 0.56% | 0.53% | - |
| HSV(B) | 25.07º | 0.66% | 0.8% | - |
| XYZ | 33.04 | 27.79 | 9.25 | - |
| YUV | 141.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 69 | 0 | 0.38 | 0.66 | 0.20 | 25.07 | 0.56 | 0.53 |
| Hex | CB | 7D | 45 | 0 | 26 | 42 | 14 | 19 | 38 | 35 |
| Octal | 313 | 175 | 105 | 0 | 46 | 102 | 24 | 31 | 70 | 65 |
| Binary | 11001011 | 1111101 | 1000101 | 0 | 100110 | 1000010 | 10100 | 11001 | 111000 | 110101 |
Color Harmonies of #CB7D45
Complementary color
Monochromatic Colors of #CB7D45
Black with #CB7D45
Text Example
Text Example
White with #CB7D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D45; }
p { color: rgb(203,125,69); }
H1.HeaderClassName
{
color: #CB7D45;
}
.AnyTagClassName
{
color: #CB7D45;
}
</style>
background-color css
<style>
a { background-color: #CB7D45; }
a { background-color: rgb(203,125,69); }
div.DivClassName
{
background-color: #CB7D45;
}
.BgClassName
{
background-color: #CB7D45;
}
</style>
border-color css
<style>
span { border-color: #CB7D45; }
span { border-color: rgb(203,125,69); }
td.TdClassName
{
border-color: #CB7D45;
}
.TagClassName
{
border-color: #CB7D45;
}
</style>