#B3845C

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

Shades of Medium Wood #B3845C

Tints of Medium Wood #B3845C

Color information

#B3845C (or 0xB3845C) is unknown color: approx Medium Wood. HEX triplet: B3, 84 and 5C. RGB value is (179,132,92). Sum of RGB (Red+Green+Blue) = 179+132+92=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3845C is #4C7BA3. Grayscale: #8D8D8D. Windows color (decimal): -5012388 or 6063283. OLE color: 6063283.

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

Color convert

RGB17913292-
CMYK00.260.490.30
HSL27.59º36.4%53.14%-
HSV(B)27.59º48.6%70.2%-
XYZ28.7726.8613.79-
YUV141.49100.07154.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=44.42%
G=32.75%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791329200.260.490.3027.5936.453.14
HexB3845C01A311E1c2435
Octal2632041340326136344465
Binary101100111000010010111000110101100011111011100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3845C; }

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

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

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

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

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

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

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

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