#B3785A

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

Shades of Medium Wood #B3785A

Tints of Medium Wood #B3785A

Color information

#B3785A (or 0xB3785A) is unknown color: approx Medium Wood. HEX triplet: B3, 78 and 5A. RGB value is (179,120,90). Sum of RGB (Red+Green+Blue) = 179+120+90=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785A is #4C87A5. Grayscale: #868686. Windows color (decimal): -5015462 or 5929139. OLE color: 5929139.

HSL color Cylindrical-coordinate representation of color #B3785A: hue angle of 20.22º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3785A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17912090-
CMYK00.330.500.30
HSL20.22º36.93%52.75%-
HSV(B)20.22º49.72%70.2%-
XYZ27.1523.7512.83-
YUV134.22103.05159.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=46.02%
G=30.85%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791209000.330.500.3020.2236.9352.75
HexB3785A021321E142535
Octal2631701320416236244565
Binary101100111111000101101001000011100101111010100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3785A; }

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

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

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

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

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

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

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

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