#B77A59

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

Shades of Medium Wood #B77A59

Tints of Medium Wood #B77A59

Color information

#B77A59 (or 0xB77A59) is unknown color: approx Medium Wood. HEX triplet: B7, 7A and 59. RGB value is (183,122,89). Sum of RGB (Red+Green+Blue) = 183+122+89=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A59 is #4885A6. Grayscale: #888888. Windows color (decimal): -4752807 or 5864119. OLE color: 5864119.

HSL color Cylindrical-coordinate representation of color #B77A59: hue angle of 21.06º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77A59 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18312289-
CMYK00.330.510.28
HSL21.06º39.5%53.33%-
HSV(B)21.06º51.37%71.76%-
XYZ28.2924.7112.73-
YUV136.48101.21161.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=46.45%
G=30.96%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831228900.330.510.2821.0639.553.33
HexB77A59021331C152735
Octal2671721310416334254765
Binary101101111111010101100101000011100111110010101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A59; }

 p { color: rgb(183,122,89); }

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

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

 a { background-color: rgb(183,122,89); }

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

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

 span { border-color: rgb(183,122,89); }

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