#B7795F

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

Shades of Medium Wood #B7795F

Tints of Medium Wood #B7795F

Color information

#B7795F (or 0xB7795F) is unknown color: approx Medium Wood. HEX triplet: B7, 79 and 5F. RGB value is (183,121,95). Sum of RGB (Red+Green+Blue) = 183+121+95=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7795F is #4886A0. Grayscale: #888888. Windows color (decimal): -4753057 or 6257079. OLE color: 6257079.

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

Color convert

RGB18312195-
CMYK00.340.480.28
HSL17.73º37.93%54.51%-
HSV(B)17.73º48.09%71.76%-
XYZ28.4324.5714.07-
YUV136.57104.54161.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=45.86%
G=30.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831219500.340.480.2817.7337.9354.51
HexB7795F022301C122637
Octal2671711370426034224667
Binary101101111111001101111101000101100001110010010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7795F; }

 p { color: rgb(183,121,95); }

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

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

 a { background-color: rgb(183,121,95); }

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

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

 span { border-color: rgb(183,121,95); }

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