#D48245

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

Shades of Raw Sienna #D48245

Tints of Raw Sienna #D48245

Color information

#D48245 (or 0xD48245) is unknown color: approx Raw Sienna. HEX triplet: D4, 82 and 45. RGB value is (212,130,69). Sum of RGB (Red+Green+Blue) = 212+130+69=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D48245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48245 is #2B7DBA. Grayscale: #939393. Windows color (decimal): -2850235 or 4555476. OLE color: 4555476.

HSL color Cylindrical-coordinate representation of color #D48245: hue angle of 25.59º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D48245 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21213069-
CMYK00.390.670.17
HSL25.59º62.45%55.1%-
HSV(B)25.59º67.45%83.14%-
XYZ36.2130.399.59-
YUV147.5683.67173.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=51.58%
G=31.63%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121306900.390.670.1725.5962.4555.1
HexD4824502743111a3e37
Octal32420210504710321327667
Binary11010100100000101000101010011110000111000111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48245; }

 p { color: rgb(212,130,69); }

 H1.HeaderClassName
 {
   color: #D48245;
 }
 .AnyTagClassName
 {
   color: #D48245;
 }
</style>
background-color css

<style>
 a { background-color: #D48245; }

 a { background-color: rgb(212,130,69); }

 div.DivClassName
 {
   background-color: #D48245;
 }
 .BgClassName
 {
   background-color: #D48245;
 }
</style>
border-color css

<style>
 span { border-color: #D48245; }

 span { border-color: rgb(212,130,69); }

 td.TdClassName
 {
   border-color: #D48245;
 }
 .TagClassName
 {
   border-color: #D48245;
 }
</style>