#D48342

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

Shades of Raw Sienna #D48342

Tints of Raw Sienna #D48342

Color information

#D48342 (or 0xD48342) is unknown color: approx Raw Sienna. HEX triplet: D4, 83 and 42. RGB value is (212,131,66). Sum of RGB (Red+Green+Blue) = 212+131+66=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D48342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48342 is #2B7CBD. Grayscale: #949494. Windows color (decimal): -2849982 or 4359124. OLE color: 4359124.

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

Color convert

RGB21213166-
CMYK00.380.690.17
HSL26.71º62.93%54.51%-
HSV(B)26.71º68.87%83.14%-
XYZ36.2530.629.15-
YUV147.8181.84173.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 66 (26.17% from 255) = 16.14%
R=51.83%
G=32.03%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121316600.380.690.1726.7162.9354.51
HexD4834202645111b3f37
Octal32420310204610521337767
Binary11010100100000111000010010011010001011000111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48342; }

 p { color: rgb(212,131,66); }

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

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

 a { background-color: rgb(212,131,66); }

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

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

 span { border-color: rgb(212,131,66); }

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