#B3785E

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

Shades of Medium Wood #B3785E

Tints of Medium Wood #B3785E

Color information

#B3785E (or 0xB3785E) is unknown color: approx Medium Wood. HEX triplet: B3, 78 and 5E. RGB value is (179,120,94). Sum of RGB (Red+Green+Blue) = 179+120+94=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785E is #4C87A1. Grayscale: #868686. Windows color (decimal): -5015458 or 6191283. OLE color: 6191283.

HSL color Cylindrical-coordinate representation of color #B3785E: hue angle of 18.35º 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 #B3785E is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17912094-
CMYK00.330.470.30
HSL18.35º35.86%53.53%-
HSV(B)18.35º47.49%70.2%-
XYZ27.3323.8213.75-
YUV134.68105.05159.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=45.55%
G=30.53%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791209400.330.470.3018.3535.8653.53
HexB3785E0212F1E122436
Octal2631701360415736224466
Binary101100111111000101111001000011011111111010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3785E; }

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

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

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

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

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

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

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

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