Html Css Color HEX #827457 Shadow

📋 copy color: '#827457'

red 130 ◦ green 116 ◦ blue 87

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

Shades of Shadow #827457

Tints of Shadow #827457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 39.04%
G = 34.83%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#827457 (or 0x827457) is known color: Shadow. HEX triplet: 82, 74 and 57. RGB value is (130,116,87). Sum of RGB (Red+Green+Blue) = 130+116+87=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827457 is #7D8BA8. Grayscale: #757575. Windows color (decimal): -8227753 or 5731458. OLE color: 5731458.

HSL color Cylindrical-coordinate representation of color #827457: hue angle of 40.47º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827457 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 87 -
CMYK 0 0.11 0.33 0.49
HSL 40.47º 0.2% 0.43% -
HSV(B) 40.47º 0.33% 0.51% -
XYZ 17.17 17.92 11.57 -
YUV 116.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 130 116 87 0 0.11 0.33 0.49 40.47 0.2 0.43
Hex 82 74 57 0 B 21 31 28 14 2B
Octal 202 164 127 0 13 41 61 50 24 53
Binary 10000010 1110100 1010111 0 1011 100001 110001 101000 10100 101011

Color Harmonies of #827457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827457

Black with #827457

Text Example


Text Example

White with #827457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827457; }

 p { color: rgb(130,116,87); }

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

background-color css

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

 a { background-color: rgb(130,116,87); }

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

border-color css

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

 span { border-color: rgb(130,116,87); }

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