Html Css Color HEX #827253 Shadow

📋 copy color: '#827253'

red 130 ◦ green 114 ◦ blue 83

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

Shades of Shadow #827253

Tints of Shadow #827253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 39.76%
G = 34.86%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#827253 (or 0x827253) is known color: Shadow. HEX triplet: 82, 72 and 53. RGB value is (130,114,83). Sum of RGB (Red+Green+Blue) = 130+114+83=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827253 is #7D8DAC. Grayscale: #737373. Windows color (decimal): -8228269 or 5468802. OLE color: 5468802.

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

Color convert

RGB 130 114 83 -
CMYK 0 0.12 0.36 0.49
HSL 39.57º 0.22% 0.42% -
HSV(B) 39.57º 0.36% 0.51% -
XYZ 16.78 17.4 10.66 -
YUV 115.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 130 114 83 0 0.12 0.36 0.49 39.57 0.22 0.42
Hex 82 72 53 0 C 24 31 28 16 2A
Octal 202 162 123 0 14 44 61 50 26 52
Binary 10000010 1110010 1010011 0 1100 100100 110001 101000 10110 101010

Color Harmonies of #827253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827253

Black with #827253

Text Example


Text Example

White with #827253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827253; }

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

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

background-color css

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

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

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

border-color css

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

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

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