#D07545

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

Shades of Raw Sienna #D07545

Tints of Raw Sienna #D07545

Color information

#D07545 (or 0xD07545) is unknown color: approx Raw Sienna. HEX triplet: D0, 75 and 45. RGB value is (208,117,69). Sum of RGB (Red+Green+Blue) = 208+117+69=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07545 is #2F8ABA. Grayscale: #8B8B8B. Windows color (decimal): -3115707 or 4552144. OLE color: 4552144.

HSL color Cylindrical-coordinate representation of color #D07545: hue angle of 20.72º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D07545 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20811769-
CMYK00.440.670.18
HSL20.72º59.66%54.31%-
HSV(B)20.72º66.83%81.57%-
XYZ33.4526.568.99-
YUV138.7488.65177.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=52.79%
G=29.70%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081176900.440.670.1820.7259.6654.31
HexD0754502C4312153c36
Octal32016510505410322257466
Binary1101000011101011000101010110010000111001010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07545; }

 p { color: rgb(208,117,69); }

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

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

 a { background-color: rgb(208,117,69); }

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

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

 span { border-color: rgb(208,117,69); }

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