#836340

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

Shades of Dark Wood #836340

Tints of Dark Wood #836340

Color information

#836340 (or 0x836340) is unknown color: approx Dark Wood. HEX triplet: 83, 63 and 40. RGB value is (131,99,64). Sum of RGB (Red+Green+Blue) = 131+99+64=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #836340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836340 is #7C9CBF. Grayscale: #686868. Windows color (decimal): -8166592 or 4219779. OLE color: 4219779.

HSL color Cylindrical-coordinate representation of color #836340: hue angle of 31.34º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #836340 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1319964-
CMYK00.240.510.49
HSL31.34º34.36%38.24%-
HSV(B)31.34º51.15%51.37%-
XYZ14.7514.126.8-
YUV104.58105.1146.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=44.56%
G=33.67%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131996400.240.510.4931.3434.3638.24
Hex83634001833311f2226
Octal2031431000306361374246
Binary100000111100011100000001100011001111000111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836340; }

 p { color: rgb(131,99,64); }

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

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

 a { background-color: rgb(131,99,64); }

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

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

 span { border-color: rgb(131,99,64); }

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