Shades of Raw Sienna #C58252
Tints of Raw Sienna #C58252
RGB
CMYK
RGB Variations
Color information
#C58252 (or 0xC58252) is known color: Raw Sienna. HEX triplet: C5, 82 and 52. RGB value is (197,130,82). Sum of RGB (Red+Green+Blue) = 197+130+82=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C58252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58252 is #3A7DAD. Grayscale: #909090. Windows color (decimal): -3833262 or 5407429. OLE color: 5407429.
HSL color Cylindrical-coordinate representation of color #C58252: hue angle of 25.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C58252 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 82 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.23 |
| HSL | 25.04º | 0.5% | 0.55% | - |
| HSV(B) | 25.04º | 0.58% | 0.77% | - |
| XYZ | 32.53 | 28.44 | 11.76 | - |
| YUV | 144.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 82 | 0 | 0.34 | 0.58 | 0.23 | 25.04 | 0.5 | 0.55 |
| Hex | C5 | 82 | 52 | 0 | 22 | 3A | 17 | 19 | 32 | 37 |
| Octal | 305 | 202 | 122 | 0 | 42 | 72 | 27 | 31 | 62 | 67 |
| Binary | 11000101 | 10000010 | 1010010 | 0 | 100010 | 111010 | 10111 | 11001 | 110010 | 110111 |
Color Harmonies of #C58252
Complementary color
Monochromatic Colors of #C58252
Black with #C58252
Text Example
Text Example
White with #C58252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58252; }
p { color: rgb(197,130,82); }
H1.HeaderClassName
{
color: #C58252;
}
.AnyTagClassName
{
color: #C58252;
}
</style>
background-color css
<style>
a { background-color: #C58252; }
a { background-color: rgb(197,130,82); }
div.DivClassName
{
background-color: #C58252;
}
.BgClassName
{
background-color: #C58252;
}
</style>
border-color css
<style>
span { border-color: #C58252; }
span { border-color: rgb(197,130,82); }
td.TdClassName
{
border-color: #C58252;
}
.TagClassName
{
border-color: #C58252;
}
</style>