#D48A4D

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

Shades of Raw Sienna #D48A4D

Tints of Raw Sienna #D48A4D

Color information

#D48A4D (or 0xD48A4D) is unknown color: approx Raw Sienna. HEX triplet: D4, 8A and 4D. RGB value is (212,138,77). Sum of RGB (Red+Green+Blue) = 212+138+77=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A4D is #2B75B2. Grayscale: #999999. Windows color (decimal): -2848179 or 5081812. OLE color: 5081812.

HSL color Cylindrical-coordinate representation of color #D48A4D: hue angle of 27.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D48A4D is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21213877-
CMYK00.350.640.17
HSL27.11º61.09%56.67%-
HSV(B)27.11º63.68%83.14%-
XYZ37.5832.7111.35-
YUV153.1785.02169.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=49.65%
G=32.32%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121387700.350.640.1727.1161.0956.67
HexD48A4D02340111b3d39
Octal32421211504310021337571
Binary11010100100010101001101010001110000001000111011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A4D; }

 p { color: rgb(212,138,77); }

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

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

 a { background-color: rgb(212,138,77); }

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

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

 span { border-color: rgb(212,138,77); }

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