Html Css Color HEX #827353 Shadow

📋 copy color: '#827353'

red 130 ◦ green 115 ◦ blue 83

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

Shades of Shadow #827353

Tints of Shadow #827353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

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

R = 39.63%
G = 35.06%
B = 25.3%

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

#827353 (or 0x827353) is known color: Shadow. HEX triplet: 82, 73 and 53. RGB value is (130,115,83). Sum of RGB (Red+Green+Blue) = 130+115+83=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #827353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827353 is #7D8CAC. Grayscale: #737373. Windows color (decimal): -8228013 or 5469058. OLE color: 5469058.

HSL color Cylindrical-coordinate representation of color #827353: hue angle of 40.85º 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 #827353 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 83 -
CMYK 0 0.12 0.36 0.49
HSL 40.85º 0.22% 0.42% -
HSV(B) 40.85º 0.36% 0.51% -
XYZ 16.9 17.63 10.7 -
YUV 115.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 130 115 83 0 0.12 0.36 0.49 40.85 0.22 0.42
Hex 82 73 53 0 C 24 31 29 16 2A
Octal 202 163 123 0 14 44 61 51 26 52
Binary 10000010 1110011 1010011 0 1100 100100 110001 101001 10110 101010

Color Harmonies of #827353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827353

Black with #827353

Text Example


Text Example

White with #827353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827353; }

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

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

background-color css

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

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

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

border-color css

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

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

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