Html Css Color HEX #826749 Shadow

📋 copy color: '#826749'

red 130 ◦ green 103 ◦ blue 73

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

Shades of Shadow #826749

Tints of Shadow #826749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 42.48%
G = 33.66%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#826749 (or 0x826749) is known color: Shadow. HEX triplet: 82, 67 and 49. RGB value is (130,103,73). Sum of RGB (Red+Green+Blue) = 130+103+73=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #826749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826749 is #7D98B6. Grayscale: #6B6B6B. Windows color (decimal): -8231095 or 4810626. OLE color: 4810626.

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

Color convert

RGB 130 103 73 -
CMYK 0 0.21 0.44 0.49
HSL 31.58º 0.28% 0.4% -
HSV(B) 31.58º 0.44% 0.51% -
XYZ 15.26 14.93 8.38 -
YUV 107.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 130 103 73 0 0.21 0.44 0.49 31.58 0.28 0.4
Hex 82 67 49 0 15 2C 31 20 1C 28
Octal 202 147 111 0 25 54 61 40 34 50
Binary 10000010 1100111 1001001 0 10101 101100 110001 100000 11100 101000

Color Harmonies of #826749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826749

Black with #826749

Text Example


Text Example

White with #826749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826749; }

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

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

background-color css

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

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

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

border-color css

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

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

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