#B39351

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

Shades of Husk #B39351

Tints of Husk #B39351

Color information

#B39351 (or 0xB39351) is unknown color: approx Husk. HEX triplet: B3, 93 and 51. RGB value is (179,147,81). Sum of RGB (Red+Green+Blue) = 179+147+81=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B39351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39351 is #4C6CAE. Grayscale: #959595. Windows color (decimal): -5008559 or 5346227. OLE color: 5346227.

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

Color convert

RGB17914781-
CMYK00.180.550.30
HSL40.41º39.2%50.98%-
HSV(B)40.41º54.75%70.2%-
XYZ30.5131.0512.17-
YUV149.0489.6149.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=43.98%
G=36.12%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791478100.180.550.3040.4139.250.98
HexB39351012371E282733
Octal2632231210226736504763
Binary1011001110010011101000101001011011111110101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39351; }

 p { color: rgb(179,147,81); }

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

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

 a { background-color: rgb(179,147,81); }

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

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

 span { border-color: rgb(179,147,81); }

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