Html Css Color HEX #DC7852 Burnt Sienna

📋 copy color: '#DC7852'

red 220 ◦ green 120 ◦ blue 82

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

Shades of Burnt Sienna #DC7852

Tints of Burnt Sienna #DC7852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 52.13%
G = 28.44%
B = 19.43%

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

#DC7852 (or 0xDC7852) is known color: Burnt Sienna. HEX triplet: DC, 78 and 52. RGB value is (220,120,82). Sum of RGB (Red+Green+Blue) = 220+120+82=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7852 is #2387AD. Grayscale: #919191. Windows color (decimal): -2328494 or 5404892. OLE color: 5404892.

HSL color Cylindrical-coordinate representation of color #DC7852: hue angle of 16.52º 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 #DC7852 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 82 -
CMYK 0 0.45 0.63 0.14
HSL 16.52º 0.66% 0.59% -
HSV(B) 16.52º 0.63% 0.86% -
XYZ 37.75 29.26 11.64 -
YUV 145.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 220 120 82 0 0.45 0.63 0.14 16.52 0.66 0.59
Hex DC 78 52 0 2D 3F E 11 42 3B
Octal 334 170 122 0 55 77 16 21 102 73
Binary 11011100 1111000 1010010 0 101101 111111 1110 10001 1000010 111011

Color Harmonies of #DC7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7852

Black with #DC7852

Text Example


Text Example

White with #DC7852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7852; }

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

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

background-color css

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

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

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

border-color css

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

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

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