#C58252

Color #C58252 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #C58252

Tints of Raw Sienna #C58252

Color information

#C58252 (or 0xC58252) is unknown color: approx 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

RGB19713082-
CMYK00.340.580.23
HSL25.04º49.78%54.71%-
HSV(B)25.04º58.38%77.25%-
XYZ32.5328.4411.76-
YUV144.5692.7165.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=48.17%
G=31.78%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971308200.340.580.2325.0449.7854.71
HexC582520223A17193237
Octal3052021220427227316267
Binary1100010110000010101001001000101110101011111001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>