#B39221

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

Shades of Sahara #B39221

Tints of Sahara #B39221

Color information

#B39221 (or 0xB39221) is unknown color: approx Sahara. HEX triplet: B3, 92 and 21. RGB value is (179,146,33). Sum of RGB (Red+Green+Blue) = 179+146+33=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B39221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39221 is #4C6DDE. Grayscale: #8F8F8F. Windows color (decimal): -5008863 or 2200243. OLE color: 2200243.

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

Color convert

RGB17914633-
CMYK00.180.820.30
HSL46.44º68.87%41.57%-
HSV(B)46.44º81.56%70.2%-
XYZ29.1430.255.74-
YUV142.9965.93153.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 33 (13.28% from 255) = 9.22%
R=50%
G=40.78%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791463300.180.820.3046.4468.8741.57
HexB39221012521E2e452a
Octal26322241022122365610552
Binary10110011100100101000010100101010010111101011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39221; }

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

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

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

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

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

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

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

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