#835B46

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

Shades of Dark Wood #835B46

Tints of Dark Wood #835B46

Color information

#835B46 (or 0x835B46) is unknown color: approx Dark Wood. HEX triplet: 83, 5B and 46. RGB value is (131,91,70). Sum of RGB (Red+Green+Blue) = 131+91+70=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #835B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B46 is #7CA4B9. Grayscale: #646464. Windows color (decimal): -8168634 or 4610947. OLE color: 4610947.

HSL color Cylindrical-coordinate representation of color #835B46: hue angle of 20.66º degrees, saturation: 0.3, 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 #835B46 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1319170-
CMYK00.310.470.49
HSL20.66º30.35%39.41%-
HSV(B)20.66º46.56%51.37%-
XYZ14.2112.757.51-
YUV100.57110.75149.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=44.86%
G=31.16%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131917000.310.470.4920.6630.3539.41
Hex835B4601F2F31151e27
Octal2031331060375761253647
Binary10000011101101110001100111111011111100011010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835B46; }

 p { color: rgb(131,91,70); }

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

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

 a { background-color: rgb(131,91,70); }

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

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

 span { border-color: rgb(131,91,70); }

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