#836545

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

Shades of Dark Wood #836545

Tints of Dark Wood #836545

Color information

#836545 (or 0x836545) is unknown color: approx Dark Wood. HEX triplet: 83, 65 and 45. RGB value is (131,101,69). Sum of RGB (Red+Green+Blue) = 131+101+69=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #836545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836545 is #7C9ABA. Grayscale: #6A6A6A. Windows color (decimal): -8166075 or 4547971. OLE color: 4547971.

HSL color Cylindrical-coordinate representation of color #836545: hue angle of 30.97º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836545 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13110169-
CMYK00.230.470.49
HSL30.97º31%39.22%-
HSV(B)30.97º47.33%51.37%-
XYZ15.0914.567.65-
YUV106.32106.94145.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=43.52%
G=33.55%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311016900.230.470.4930.973139.22
Hex8365450172F311f1f27
Octal2031451050275761373747
Binary10000011110010110001010101111011111100011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836545; }

 p { color: rgb(131,101,69); }

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

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

 a { background-color: rgb(131,101,69); }

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

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

 span { border-color: rgb(131,101,69); }

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