#b59828

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

Shades of Sahara #B59828

Tints of Sahara #B59828

Color information

#B59828 (or 0xB59828) is unknown color: approx Sahara. HEX triplet: B5, 98 and 28. RGB value is (181,152,40). Sum of RGB (Red+Green+Blue) = 181+152+40=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B59828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59828 is #4A67D7. Grayscale: #949494. Windows color (decimal): -4876248 or 2660533. OLE color: 2660533.

HSL color Cylindrical-coordinate representation of color #B59828: hue angle of 47.66º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B59828 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18115240-
CMYK00.160.780.29
HSL47.66º63.8%43.33%-
HSV(B)47.66º77.9%70.98%-
XYZ30.6732.436.65-
YUV147.967.11151.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 40 (16.02% from 255) = 10.72%
R=48.53%
G=40.75%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811524000.160.780.2947.6663.843.33
HexB598280104E1D30402b
Octal26523050020116356010053
Binary10110101100110001010000100001001110111011100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59828; }

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

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

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

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

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

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

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

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