#B37D61

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

Shades of Medium Wood #B37D61

Tints of Medium Wood #B37D61

Color information

#B37D61 (or 0xB37D61) is unknown color: approx Medium Wood. HEX triplet: B3, 7D and 61. RGB value is (179,125,97). Sum of RGB (Red+Green+Blue) = 179+125+97=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D61 is #4C829E. Grayscale: #8A8A8A. Windows color (decimal): -5014175 or 6389171. OLE color: 6389171.

HSL color Cylindrical-coordinate representation of color #B37D61: hue angle of 20.49º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B37D61 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17912597-
CMYK00.300.460.30
HSL20.49º35.04%54.12%-
HSV(B)20.49º45.81%70.2%-
XYZ28.0825.1114.68-
YUV137.95104.89157.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=44.64%
G=31.17%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791259700.300.460.3020.4935.0454.12
HexB37D6101E2E1E142336
Octal2631751410365636244366
Binary10110011111110111000010111101011101111010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D61; }

 p { color: rgb(179,125,97); }

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

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

 a { background-color: rgb(179,125,97); }

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

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

 span { border-color: rgb(179,125,97); }

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