Shades of Raw Sienna #D27542
Tints of Raw Sienna #D27542
RGB
CMYK
RGB Variations
Color information
#D27542 (or 0xD27542) is known color: Raw Sienna. HEX triplet: D2, 75 and 42. RGB value is (210,117,66). Sum of RGB (Red+Green+Blue) = 210+117+66=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D27542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27542 is #2D8ABD. Grayscale: #8B8B8B. Windows color (decimal): -2984638 or 4355538. OLE color: 4355538.
HSL color Cylindrical-coordinate representation of color #D27542: hue angle of 21.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D27542 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 66 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.18 |
| HSL | 21.25º | 0.62% | 0.54% | - |
| HSV(B) | 21.25º | 0.69% | 0.82% | - |
| XYZ | 33.92 | 26.82 | 8.54 | - |
| YUV | 138.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 66 | 0 | 0.44 | 0.69 | 0.18 | 21.25 | 0.62 | 0.54 |
| Hex | D2 | 75 | 42 | 0 | 2C | 45 | 12 | 15 | 3E | 36 |
| Octal | 322 | 165 | 102 | 0 | 54 | 105 | 22 | 25 | 76 | 66 |
| Binary | 11010010 | 1110101 | 1000010 | 0 | 101100 | 1000101 | 10010 | 10101 | 111110 | 110110 |
Color Harmonies of #D27542
Complementary color
Monochromatic Colors of #D27542
Black with #D27542
Text Example
Text Example
White with #D27542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27542; }
p { color: rgb(210,117,66); }
H1.HeaderClassName
{
color: #D27542;
}
.AnyTagClassName
{
color: #D27542;
}
</style>
background-color css
<style>
a { background-color: #D27542; }
a { background-color: rgb(210,117,66); }
div.DivClassName
{
background-color: #D27542;
}
.BgClassName
{
background-color: #D27542;
}
</style>
border-color css
<style>
span { border-color: #D27542; }
span { border-color: rgb(210,117,66); }
td.TdClassName
{
border-color: #D27542;
}
.TagClassName
{
border-color: #D27542;
}
</style>