#D48345

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

Shades of Raw Sienna #D48345

Tints of Raw Sienna #D48345

Color information

#D48345 (or 0xD48345) is unknown color: approx Raw Sienna. HEX triplet: D4, 83 and 45. RGB value is (212,131,69). Sum of RGB (Red+Green+Blue) = 212+131+69=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D48345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48345 is #2B7CBA. Grayscale: #949494. Windows color (decimal): -2849979 or 4555732. OLE color: 4555732.

HSL color Cylindrical-coordinate representation of color #D48345: hue angle of 26.01º 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 #D48345 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21213169-
CMYK00.380.670.17
HSL26.01º62.45%55.1%-
HSV(B)26.01º67.45%83.14%-
XYZ36.3430.669.63-
YUV148.1583.34173.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.46%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 69 (27.34% from 255) = 16.75%
R=51.46%
G=31.80%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121316900.380.670.1726.0162.4555.1
HexD4834502643111a3e37
Octal32420310504610321327667
Binary11010100100000111000101010011010000111000111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48345; }

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

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

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

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

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

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

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

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