#DC7350

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

Shades of Burnt Sienna #DC7350

Tints of Burnt Sienna #DC7350

Color information

#DC7350 (or 0xDC7350) is unknown color: approx Burnt Sienna. HEX triplet: DC, 73 and 50. RGB value is (220,115,80). Sum of RGB (Red+Green+Blue) = 220+115+80=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7350 is #238CAF. Grayscale: #8E8E8E. Windows color (decimal): -2329776 or 5272540. OLE color: 5272540.

HSL color Cylindrical-coordinate representation of color #DC7350: hue angle of 15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC7350 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB22011580-
CMYK00.480.640.14
HSL15º66.67%58.82%-
HSV(B)15º63.64%86.27%-
XYZ37.0928.0611.05-
YUV142.492.79183.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=53.01%
G=27.71%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201158000.480.640.141566.6758.82
HexDC735003040Ef433b
Octal334163120060100161710373
Binary110111001110011101000001100001000000111011111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7350; }

 p { color: rgb(220,115,80); }

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

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

 a { background-color: rgb(220,115,80); }

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

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

 span { border-color: rgb(220,115,80); }

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