#B77A58

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

Shades of Medium Wood #B77A58

Tints of Medium Wood #B77A58

Color information

#B77A58 (or 0xB77A58) is unknown color: approx Medium Wood. HEX triplet: B7, 7A and 58. RGB value is (183,122,88). Sum of RGB (Red+Green+Blue) = 183+122+88=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A58 is #4885A7. Grayscale: #888888. Windows color (decimal): -4752808 or 5798583. OLE color: 5798583.

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

Color convert

RGB18312288-
CMYK00.330.520.28
HSL21.47º39.75%53.14%-
HSV(B)21.47º51.91%71.76%-
XYZ28.2524.6912.51-
YUV136.36100.71161.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=46.56%
G=31.04%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831228800.330.520.2821.4739.7553.14
HexB77A58021341C152835
Octal2671721300416434255065
Binary101101111111010101100001000011101001110010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A58; }

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

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

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

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

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

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

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

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