Shades of Raw Sienna #D5824B
Tints of Raw Sienna #D5824B
RGB
CMYK
RGB Variations
Color information
#D5824B (or 0xD5824B) is known color: Raw Sienna. HEX triplet: D5, 82 and 4B. RGB value is (213,130,75). Sum of RGB (Red+Green+Blue) = 213+130+75=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5824B is #2A7DB4. Grayscale: #949494. Windows color (decimal): -2784693 or 4948693. OLE color: 4948693.
HSL color Cylindrical-coordinate representation of color #D5824B: hue angle of 23.91º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5824B is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 75 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.16 |
| HSL | 23.91º | 0.62% | 0.56% | - |
| HSV(B) | 23.91º | 0.65% | 0.84% | - |
| XYZ | 36.69 | 30.62 | 10.63 | - |
| YUV | 148.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 75 | 0 | 0.39 | 0.65 | 0.16 | 23.91 | 0.62 | 0.56 |
| Hex | D5 | 82 | 4B | 0 | 27 | 41 | 10 | 18 | 3E | 38 |
| Octal | 325 | 202 | 113 | 0 | 47 | 101 | 20 | 30 | 76 | 70 |
| Binary | 11010101 | 10000010 | 1001011 | 0 | 100111 | 1000001 | 10000 | 11000 | 111110 | 111000 |
Color Harmonies of #D5824B
Complementary color
Monochromatic Colors of #D5824B
Black with #D5824B
Text Example
Text Example
White with #D5824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5824B; }
p { color: rgb(213,130,75); }
H1.HeaderClassName
{
color: #D5824B;
}
.AnyTagClassName
{
color: #D5824B;
}
</style>
background-color css
<style>
a { background-color: #D5824B; }
a { background-color: rgb(213,130,75); }
div.DivClassName
{
background-color: #D5824B;
}
.BgClassName
{
background-color: #D5824B;
}
</style>
border-color css
<style>
span { border-color: #D5824B; }
span { border-color: rgb(213,130,75); }
td.TdClassName
{
border-color: #D5824B;
}
.TagClassName
{
border-color: #D5824B;
}
</style>