Html Css Color HEX #827254 Shadow

📋 copy color: '#827254'

red 130 ◦ green 114 ◦ blue 84

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

Shades of Shadow #827254

Tints of Shadow #827254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 39.63%
G = 34.76%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#827254 (or 0x827254) is known color: Shadow. HEX triplet: 82, 72 and 54. RGB value is (130,114,84). Sum of RGB (Red+Green+Blue) = 130+114+84=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #827254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827254 is #7D8DAB. Grayscale: #737373. Windows color (decimal): -8228268 or 5534338. OLE color: 5534338.

HSL color Cylindrical-coordinate representation of color #827254: hue angle of 39.13º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827254 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 84 -
CMYK 0 0.12 0.35 0.49
HSL 39.13º 0.21% 0.42% -
HSV(B) 39.13º 0.35% 0.51% -
XYZ 16.82 17.42 10.86 -
YUV 115.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 130 114 84 0 0.12 0.35 0.49 39.13 0.21 0.42
Hex 82 72 54 0 C 23 31 27 15 2A
Octal 202 162 124 0 14 43 61 47 25 52
Binary 10000010 1110010 1010100 0 1100 100011 110001 100111 10101 101010

Color Harmonies of #827254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827254

Black with #827254

Text Example


Text Example

White with #827254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827254; }

 p { color: rgb(130,114,84); }

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

background-color css

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

 a { background-color: rgb(130,114,84); }

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

border-color css

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

 span { border-color: rgb(130,114,84); }

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