#B5835E

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

Shades of Medium Wood #B5835E

Tints of Medium Wood #B5835E

Color information

#B5835E (or 0xB5835E) is unknown color: approx Medium Wood. HEX triplet: B5, 83 and 5E. RGB value is (181,131,94). Sum of RGB (Red+Green+Blue) = 181+131+94=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5835E is #4A7CA1. Grayscale: #8D8D8D. Windows color (decimal): -4881570 or 6194101. OLE color: 6194101.

HSL color Cylindrical-coordinate representation of color #B5835E: hue angle of 25.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5835E is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18113194-
CMYK00.280.480.29
HSL25.52º37.02%53.92%-
HSV(B)25.52º48.07%70.98%-
XYZ29.1926.8614.24-
YUV141.73101.07156.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=44.58%
G=32.27%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811319400.280.480.2925.5237.0253.92
HexB5835E01C301D1a2536
Octal2652031360346035324566
Binary101101011000001110111100111001100001110111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5835E; }

 p { color: rgb(181,131,94); }

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

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

 a { background-color: rgb(181,131,94); }

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

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

 span { border-color: rgb(181,131,94); }

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