Html Css Color HEX #827049 Shadow

📋 copy color: '#827049'

red 130 ◦ green 112 ◦ blue 73

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

Shades of Shadow #827049

Tints of Shadow #827049

RGB

 RED value IS 130 (51.17% from 255) = 41.27%

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 41.27%
G = 35.56%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#827049 (or 0x827049) is known color: Shadow. HEX triplet: 82, 70 and 49. RGB value is (130,112,73). Sum of RGB (Red+Green+Blue) = 130+112+73=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827049 is #7D8FB6. Grayscale: #717171. Windows color (decimal): -8228791 or 4812930. OLE color: 4812930.

HSL color Cylindrical-coordinate representation of color #827049: hue angle of 41.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827049 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 73 -
CMYK 0 0.14 0.44 0.49
HSL 41.05º 0.28% 0.4% -
HSV(B) 41.05º 0.44% 0.51% -
XYZ 16.2 16.82 8.7 -
YUV 112.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 130 112 73 0 0.14 0.44 0.49 41.05 0.28 0.4
Hex 82 70 49 0 E 2C 31 29 1C 28
Octal 202 160 111 0 16 54 61 51 34 50
Binary 10000010 1110000 1001001 0 1110 101100 110001 101001 11100 101000

Color Harmonies of #827049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827049

Black with #827049

Text Example


Text Example

White with #827049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827049; }

 p { color: rgb(130,112,73); }

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

background-color css

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

 a { background-color: rgb(130,112,73); }

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

border-color css

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

 span { border-color: rgb(130,112,73); }

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