#D0824F

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

Shades of Raw Sienna #D0824F

Tints of Raw Sienna #D0824F

Color information

#D0824F (or 0xD0824F) is unknown color: approx Raw Sienna. HEX triplet: D0, 82 and 4F. RGB value is (208,130,79). Sum of RGB (Red+Green+Blue) = 208+130+79=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0824F is #2F7DB0. Grayscale: #939393. Windows color (decimal): -3112369 or 5210832. OLE color: 5210832.

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

Color convert

RGB20813079-
CMYK00.380.620.18
HSL23.72º57.85%56.27%-
HSV(B)23.72º62.02%81.57%-
XYZ35.4129.9411.31-
YUV147.5189.34171.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=49.88%
G=31.18%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081307900.380.620.1823.7257.8556.27
HexD0824F0263E12183a38
Octal3202021170467622307270
Binary1101000010000010100111101001101111101001011000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0824F; }

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

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

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

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

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

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

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

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