#B59820

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

Shades of Sahara #B59820

Tints of Sahara #B59820

Color information

#B59820 (or 0xB59820) is unknown color: approx Sahara. HEX triplet: B5, 98 and 20. RGB value is (181,152,32). Sum of RGB (Red+Green+Blue) = 181+152+32=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B59820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59820 is #4A67DF. Grayscale: #939393. Windows color (decimal): -4876256 or 2136245. OLE color: 2136245.

HSL color Cylindrical-coordinate representation of color #B59820: hue angle of 48.32º degrees, saturation: 0.7, 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 #B59820 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18115232-
CMYK00.160.820.29
HSL48.32º69.95%41.76%-
HSV(B)48.32º82.32%70.98%-
XYZ30.5532.386.01-
YUV146.9963.11152.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 32 (12.89% from 255) = 8.77%
R=49.59%
G=41.64%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811523200.160.820.2948.3269.9541.76
HexB59820010521D30462a
Octal26523040020122356010652
Binary10110101100110001000000100001010010111011100001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59820; }

 p { color: rgb(181,152,32); }

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

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

 a { background-color: rgb(181,152,32); }

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

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

 span { border-color: rgb(181,152,32); }

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