#D08248

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

Shades of Raw Sienna #D08248

Tints of Raw Sienna #D08248

Color information

#D08248 (or 0xD08248) is unknown color: approx Raw Sienna. HEX triplet: D0, 82 and 48. RGB value is (208,130,72). Sum of RGB (Red+Green+Blue) = 208+130+72=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08248 is #2F7DB7. Grayscale: #939393. Windows color (decimal): -3112376 or 4752080. OLE color: 4752080.

HSL color Cylindrical-coordinate representation of color #D08248: hue angle of 25.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D08248 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20813072-
CMYK00.380.650.18
HSL25.59º59.13%54.9%-
HSV(B)25.59º65.38%81.57%-
XYZ35.1629.8410.04-
YUV146.7185.84171.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.73%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=50.73%
G=31.71%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081307200.380.650.1825.5959.1354.9
HexD0824802641121a3b37
Octal32020211004610122327367
Binary11010000100000101001000010011010000011001011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08248; }

 p { color: rgb(208,130,72); }

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

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

 a { background-color: rgb(208,130,72); }

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

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

 span { border-color: rgb(208,130,72); }

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