#B5795B

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

Shades of Medium Wood #B5795B

Tints of Medium Wood #B5795B

Color information

#B5795B (or 0xB5795B) is unknown color: approx Medium Wood. HEX triplet: B5, 79 and 5B. RGB value is (181,121,91). Sum of RGB (Red+Green+Blue) = 181+121+91=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5795B is #4A86A4. Grayscale: #878787. Windows color (decimal): -4884133 or 5994933. OLE color: 5994933.

HSL color Cylindrical-coordinate representation of color #B5795B: hue angle of 20º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5795B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18112191-
CMYK00.330.500.29
HSL20º37.82%53.33%-
HSV(B)20º49.72%70.98%-
XYZ27.7824.2513.11-
YUV135.52102.88160.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=46.06%
G=30.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811219100.330.500.292037.8253.33
HexB5795B021321D142635
Octal2651711330416235244665
Binary101101011111001101101101000011100101110110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5795B; }

 p { color: rgb(181,121,91); }

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

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

 a { background-color: rgb(181,121,91); }

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

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

 span { border-color: rgb(181,121,91); }

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