#B3924D

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

Shades of Husk #B3924D

Tints of Husk #B3924D

Color information

#B3924D (or 0xB3924D) is unknown color: approx Husk. HEX triplet: B3, 92 and 4D. RGB value is (179,146,77). Sum of RGB (Red+Green+Blue) = 179+146+77=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3924D is #4C6DB2. Grayscale: #949494. Windows color (decimal): -5008819 or 5083827. OLE color: 5083827.

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

Color convert

RGB17914677-
CMYK00.180.570.30
HSL40.59º40.16%50.2%-
HSV(B)40.59º56.98%70.2%-
XYZ30.2130.6811.35-
YUV14887.93150.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=44.53%
G=36.32%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791467700.180.570.3040.5940.1650.2
HexB3924D012391E292832
Octal2632221150227136515062
Binary1011001110010010100110101001011100111110101001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3924D; }

 p { color: rgb(179,146,77); }

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

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

 a { background-color: rgb(179,146,77); }

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

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

 span { border-color: rgb(179,146,77); }

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