#B58363

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

Shades of Medium Wood #B58363

Tints of Medium Wood #B58363

Color information

#B58363 (or 0xB58363) is unknown color: approx Medium Wood. HEX triplet: B5, 83 and 63. RGB value is (181,131,99). Sum of RGB (Red+Green+Blue) = 181+131+99=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58363 is #4A7C9C. Grayscale: #8E8E8E. Windows color (decimal): -4881565 or 6521781. OLE color: 6521781.

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

Color convert

RGB18113199-
CMYK00.280.450.29
HSL23.41º35.65%54.9%-
HSV(B)23.41º45.3%70.98%-
XYZ29.4226.9615.46-
YUV142.3103.57155.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=44.04%
G=31.87%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811319900.280.450.2923.4135.6554.9
HexB5836301C2D1D172437
Octal2652031430345535274467
Binary101101011000001111000110111001011011110110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58363; }

 p { color: rgb(181,131,99); }

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

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

 a { background-color: rgb(181,131,99); }

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

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

 span { border-color: rgb(181,131,99); }

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