#B3785C

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

Shades of Medium Wood #B3785C

Tints of Medium Wood #B3785C

Color information

#B3785C (or 0xB3785C) is unknown color: approx Medium Wood. HEX triplet: B3, 78 and 5C. RGB value is (179,120,92). Sum of RGB (Red+Green+Blue) = 179+120+92=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785C is #4C87A3. Grayscale: #868686. Windows color (decimal): -5015460 or 6060211. OLE color: 6060211.

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

Color convert

RGB17912092-
CMYK00.330.490.30
HSL19.31º36.4%53.14%-
HSV(B)19.31º48.6%70.2%-
XYZ27.2423.7913.28-
YUV134.45104.05159.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=45.78%
G=30.69%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791209200.330.490.3019.3136.453.14
HexB3785C021311E132435
Octal2631701340416136234465
Binary101100111111000101110001000011100011111010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3785C; }

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

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

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

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

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

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

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

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