#B7845D

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

Shades of Medium Wood #B7845D

Tints of Medium Wood #B7845D

Color information

#B7845D (or 0xB7845D) is unknown color: approx Medium Wood. HEX triplet: B7, 84 and 5D. RGB value is (183,132,93). Sum of RGB (Red+Green+Blue) = 183+132+93=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7845D is #487BA2. Grayscale: #8F8F8F. Windows color (decimal): -4750243 or 6128823. OLE color: 6128823.

HSL color Cylindrical-coordinate representation of color #B7845D: hue angle of 26º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7845D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18313293-
CMYK00.280.490.28
HSL26º38.46%54.12%-
HSV(B)26º49.18%71.76%-
XYZ29.7627.3614.07-
YUV142.899.9156.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=44.85%
G=32.35%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831329300.280.490.282638.4654.12
HexB7845D01C311C1a2636
Octal2672041350346134324666
Binary101101111000010010111010111001100011110011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7845D; }

 p { color: rgb(183,132,93); }

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

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

 a { background-color: rgb(183,132,93); }

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

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

 span { border-color: rgb(183,132,93); }

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