#B39748

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

Shades of Husk #B39748

Tints of Husk #B39748

Color information

#B39748 (or 0xB39748) is unknown color: approx Husk. HEX triplet: B3, 97 and 48. RGB value is (179,151,72). Sum of RGB (Red+Green+Blue) = 179+151+72=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B39748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39748 is #4C68B7. Grayscale: #969696. Windows color (decimal): -5007544 or 4757427. OLE color: 4757427.

HSL color Cylindrical-coordinate representation of color #B39748: hue angle of 44.3º 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 #B39748 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17915172-
CMYK00.160.600.30
HSL44.3º42.63%49.22%-
HSV(B)44.3º59.78%70.2%-
XYZ30.8332.1810.72-
YUV150.3783.78148.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=44.53%
G=37.56%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791517200.160.600.3044.342.6349.22
HexB397480103C1E2c2b31
Octal2632271100207436545361
Binary1011001110010111100100001000011110011110101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39748; }

 p { color: rgb(179,151,72); }

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

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

 a { background-color: rgb(179,151,72); }

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

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

 span { border-color: rgb(179,151,72); }

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