#b79f53

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

Shades of Husk #B79F53

Tints of Husk #B79F53

Color information

#B79F53 (or 0xB79F53) is unknown color: approx Husk. HEX triplet: B7, 9F and 53. RGB value is (183,159,83). Sum of RGB (Red+Green+Blue) = 183+159+83=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F53 is #4860AC. Grayscale: #9D9D9D. Windows color (decimal): -4743341 or 5480375. OLE color: 5480375.

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

Color convert

RGB18315983-
CMYK00.130.550.28
HSL45.6º40.98%52.16%-
HSV(B)45.6º54.64%71.76%-
XYZ33.4935.4913.27-
YUV157.5185.95146.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 83 (32.81% from 255) = 19.53%
R=43.06%
G=37.41%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831598300.130.550.2845.640.9852.16
HexB79F530D371C2e2934
Octal2672371230156734565164
Binary101101111001111110100110110111011111100101110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79f53; }

 p { color: rgb(183,159,83); }

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

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

 a { background-color: rgb(183,159,83); }

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

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

 span { border-color: rgb(183,159,83); }

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