#836B42

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

Shades of Shadow #836B42

Tints of Shadow #836B42

Color information

#836B42 (or 0x836B42) is unknown color: approx Shadow. HEX triplet: 83, 6B and 42. RGB value is (131,107,66). Sum of RGB (Red+Green+Blue) = 131+107+66=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #836B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836B42 is #7C94BD. Grayscale: #6D6D6D. Windows color (decimal): -8164542 or 4352899. OLE color: 4352899.

HSL color Cylindrical-coordinate representation of color #836B42: hue angle of 37.85º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836B42 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13110766-
CMYK00.180.500.49
HSL37.85º32.99%38.63%-
HSV(B)37.85º49.62%51.37%-
XYZ15.615.737.37-
YUV109.5103.45143.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=43.09%
G=35.20%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311076600.180.500.4937.8532.9938.63
Hex836B420123231262127
Octal2031531020226261464147
Binary1000001111010111000010010010110010110001100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,66); }

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

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

 a { background-color: rgb(131,107,66); }

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

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

 span { border-color: rgb(131,107,66); }

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