#B59521

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

Shades of Sahara #B59521

Tints of Sahara #B59521

Color information

#B59521 (or 0xB59521) is unknown color: approx Sahara. HEX triplet: B5, 95 and 21. RGB value is (181,149,33). Sum of RGB (Red+Green+Blue) = 181+149+33=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B59521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59521 is #4A6ADE. Grayscale: #919191. Windows color (decimal): -4877023 or 2201013. OLE color: 2201013.

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

Color convert

RGB18114933-
CMYK00.180.820.29
HSL47.03º69.16%41.96%-
HSV(B)47.03º81.77%70.98%-
XYZ30.0831.435.92-
YUV145.3464.6153.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=49.86%
G=41.05%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811493300.180.820.2947.0369.1641.96
HexB59521012521D2f452a
Octal26522541022122355710552
Binary10110101100101011000010100101010010111011011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59521; }

 p { color: rgb(181,149,33); }

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

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

 a { background-color: rgb(181,149,33); }

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

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

 span { border-color: rgb(181,149,33); }

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