#836F4E

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

Shades of Shadow #836F4E

Tints of Shadow #836F4E

Color information

#836F4E (or 0x836F4E) is unknown color: approx Shadow. HEX triplet: 83, 6F and 4E. RGB value is (131,111,78). Sum of RGB (Red+Green+Blue) = 131+111+78=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #836F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F4E is #7C90B1. Grayscale: #717171. Windows color (decimal): -8163506 or 5140355. OLE color: 5140355.

HSL color Cylindrical-coordinate representation of color #836F4E: hue angle of 37.36º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #836F4E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13111178-
CMYK00.150.400.49
HSL37.36º25.36%40.98%-
HSV(B)37.36º40.46%51.37%-
XYZ16.4216.749.57-
YUV113.22108.13140.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=40.94%
G=34.69%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311117800.150.400.4937.3625.3640.98
Hex836F4E0F2831251929
Octal2031571160175061453151
Binary10000011110111110011100111110100011000110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836F4E; }

 p { color: rgb(131,111,78); }

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

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

 a { background-color: rgb(131,111,78); }

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

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

 span { border-color: rgb(131,111,78); }

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