Html Css Color HEX #DC7952 Burnt Sienna

📋 copy color: '#DC7952'

red 220 ◦ green 121 ◦ blue 82

#DC7952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Sienna #DC7952

Tints of Burnt Sienna #DC7952

RGB

 RED value IS 220 (86.33% from 255) = 52.01%

 GREEN value IS 121 (47.66% from 255) = 28.61%

 BLUE value IS 82 (32.42% from 255) = 19.39%

R = 52.01%
G = 28.61%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC7952 (or 0xDC7952) is known color: Burnt Sienna. HEX triplet: DC, 79 and 52. RGB value is (220,121,82). Sum of RGB (Red+Green+Blue) = 220+121+82=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7952 is #2386AD. Grayscale: #929292. Windows color (decimal): -2328238 or 5405148. OLE color: 5405148.

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

Color convert

RGB 220 121 82 -
CMYK 0 0.45 0.63 0.14
HSL 16.96º 0.66% 0.59% -
HSV(B) 16.96º 0.63% 0.86% -
XYZ 37.88 29.5 11.68 -
YUV 146.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 220 121 82 0 0.45 0.63 0.14 16.96 0.66 0.59
Hex DC 79 52 0 2D 3F E 11 42 3B
Octal 334 171 122 0 55 77 16 21 102 73
Binary 11011100 1111001 1010010 0 101101 111111 1110 10001 1000010 111011

Color Harmonies of #DC7952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7952

Black with #DC7952

Text Example


Text Example

White with #DC7952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7952; }

 p { color: rgb(220,121,82); }

 H1.HeaderClassName
 {
   color: #DC7952;
 }
 .AnyTagClassName
 {
   color: #DC7952;
 }
</style>

background-color css

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

 a { background-color: rgb(220,121,82); }

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

border-color css

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

 span { border-color: rgb(220,121,82); }

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