#b39947

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

Shades of Husk #B39947

Tints of Husk #B39947

Color information

#B39947 (or 0xB39947) is unknown color: approx Husk. HEX triplet: B3, 99 and 47. RGB value is (179,153,71). Sum of RGB (Red+Green+Blue) = 179+153+71=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B39947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39947 is #4C66B8. Grayscale: #979797. Windows color (decimal): -5007033 or 4692403. OLE color: 4692403.

HSL color Cylindrical-coordinate representation of color #B39947: hue angle of 45.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39947 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17915371-
CMYK00.150.600.30
HSL45.56º43.2%49.02%-
HSV(B)45.56º60.34%70.2%-
XYZ31.1232.8210.66-
YUV151.4382.61147.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=44.42%
G=37.97%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791537100.150.600.3045.5643.249.02
HexB399470F3C1E2e2b31
Octal2632311070177436565361
Binary101100111001100110001110111111110011110101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39947; }

 p { color: rgb(179,153,71); }

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

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

 a { background-color: rgb(179,153,71); }

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

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

 span { border-color: rgb(179,153,71); }

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