#B39953

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

Shades of Husk #B39953

Tints of Husk #B39953

Color information

#B39953 (or 0xB39953) is unknown color: approx Husk. HEX triplet: B3, 99 and 53. RGB value is (179,153,83). Sum of RGB (Red+Green+Blue) = 179+153+83=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39953 is #4C66AC. Grayscale: #999999. Windows color (decimal): -5007021 or 5478835. OLE color: 5478835.

HSL color Cylindrical-coordinate representation of color #B39953: hue angle of 43.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B39953 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17915383-
CMYK00.150.540.30
HSL43.75º38.71%51.37%-
HSV(B)43.75º53.63%70.2%-
XYZ31.5432.9912.89-
YUV152.7988.61146.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 83 (32.81% from 255) = 20%
R=43.13%
G=36.87%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791538300.150.540.3043.7538.7151.37
HexB399530F361E2c2733
Octal2632311230176636544763
Binary101100111001100110100110111111011011110101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39953; }

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

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

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

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

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

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

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

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