#D07540

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

Shades of Raw Sienna #D07540

Tints of Raw Sienna #D07540

Color information

#D07540 (or 0xD07540) is unknown color: approx Raw Sienna. HEX triplet: D0, 75 and 40. RGB value is (208,117,64). Sum of RGB (Red+Green+Blue) = 208+117+64=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D07540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07540 is #2F8ABF. Grayscale: #8A8A8A. Windows color (decimal): -3115712 or 4224464. OLE color: 4224464.

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

Color convert

RGB20811764-
CMYK00.440.690.18
HSL22.08º60.5%53.33%-
HSV(B)22.08º69.23%81.57%-
XYZ33.326.58.21-
YUV138.1786.15177.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=53.47%
G=30.08%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081176400.440.690.1822.0860.553.33
HexD0754002C4512163d35
Octal32016510005410522267565
Binary1101000011101011000000010110010001011001010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07540; }

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

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

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

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

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

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

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

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