#836948

Color #836948 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #836948

Tints of Shadow #836948

Color information

#836948 (or 0x836948) is unknown color: approx Shadow. HEX triplet: 83, 69 and 48. RGB value is (131,105,72). Sum of RGB (Red+Green+Blue) = 131+105+72=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #836948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836948 is #7C96B7. Grayscale: #6D6D6D. Windows color (decimal): -8165048 or 4745603. OLE color: 4745603.

HSL color Cylindrical-coordinate representation of color #836948: hue angle of 33.56º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #836948 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB13110572-
CMYK00.200.450.49
HSL33.56º29.06%39.8%-
HSV(B)33.56º45.04%51.37%-
XYZ15.5815.48.28-
YUV109.01107.11143.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=42.53%
G=34.09%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311057200.200.450.4933.5629.0639.8
Hex8369480142D31221d28
Octal2031511100245561423550
Binary100000111101001100100001010010110111000110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836948; }

 p { color: rgb(131,105,72); }

 H1.HeaderClassName
 {
   color: #836948;
 }
 .AnyTagClassName
 {
   color: #836948;
 }
</style>
background-color css

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

 a { background-color: rgb(131,105,72); }

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

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

 span { border-color: rgb(131,105,72); }

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