#B47962

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

Shades of Medium Wood #B47962

Tints of Medium Wood #B47962

Color information

#B47962 (or 0xB47962) is unknown color: approx Medium Wood. HEX triplet: B4, 79 and 62. RGB value is (180,121,98). Sum of RGB (Red+Green+Blue) = 180+121+98=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47962 is #4B869D. Grayscale: #888888. Windows color (decimal): -4949662 or 6453684. OLE color: 6453684.

HSL color Cylindrical-coordinate representation of color #B47962: hue angle of 16.83º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47962 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18012198-
CMYK00.330.460.29
HSL16.83º35.34%54.51%-
HSV(B)16.83º45.56%70.59%-
XYZ27.8624.2614.77-
YUV136.02106.55159.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=45.11%
G=30.33%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801219800.330.460.2916.8335.3454.51
HexB479620212E1D112337
Octal2641711420415635214367
Binary101101001111001110001001000011011101110110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47962; }

 p { color: rgb(180,121,98); }

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

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

 a { background-color: rgb(180,121,98); }

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

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

 span { border-color: rgb(180,121,98); }

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