#B79D52

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

Shades of Husk #B79D52

Tints of Husk #B79D52

Color information

#B79D52 (or 0xB79D52) is unknown color: approx Husk. HEX triplet: B7, 9D and 52. RGB value is (183,157,82). Sum of RGB (Red+Green+Blue) = 183+157+82=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D52 is #4862AD. Grayscale: #9C9C9C. Windows color (decimal): -4743854 or 5414327. OLE color: 5414327.

HSL color Cylindrical-coordinate representation of color #B79D52: hue angle of 44.55º 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 #B79D52 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18315782-
CMYK00.140.550.28
HSL44.55º41.22%51.96%-
HSV(B)44.55º55.19%71.76%-
XYZ33.1134.7912.95-
YUV156.2286.11147.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=43.36%
G=37.20%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831578200.140.550.2844.5541.2251.96
HexB79D520E371C2d2934
Octal2672351220166734555164
Binary101101111001110110100100111011011111100101101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D52; }

 p { color: rgb(183,157,82); }

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

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

 a { background-color: rgb(183,157,82); }

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

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

 span { border-color: rgb(183,157,82); }

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