#B3845E

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

Shades of Medium Wood #B3845E

Tints of Medium Wood #B3845E

Color information

#B3845E (or 0xB3845E) is unknown color: approx Medium Wood. HEX triplet: B3, 84 and 5E. RGB value is (179,132,94). Sum of RGB (Red+Green+Blue) = 179+132+94=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3845E is #4C7BA1. Grayscale: #8D8D8D. Windows color (decimal): -5012386 or 6194355. OLE color: 6194355.

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

Color convert

RGB17913294-
CMYK00.260.470.30
HSL26.82º35.86%53.53%-
HSV(B)26.82º47.49%70.2%-
XYZ28.8626.8914.26-
YUV141.72101.07154.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=44.20%
G=32.59%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791329400.260.470.3026.8235.8653.53
HexB3845E01A2F1E1b2436
Octal2632041360325736334466
Binary101100111000010010111100110101011111111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3845E; }

 p { color: rgb(179,132,94); }

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

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

 a { background-color: rgb(179,132,94); }

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

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

 span { border-color: rgb(179,132,94); }

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