#b49728

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

Shades of Sahara #B49728

Tints of Sahara #B49728

Color information

#B49728 (or 0xB49728) is unknown color: approx Sahara. HEX triplet: B4, 97 and 28. RGB value is (180,151,40). Sum of RGB (Red+Green+Blue) = 180+151+40=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B49728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49728 is #4B68D7. Grayscale: #939393. Windows color (decimal): -4942040 or 2660276. OLE color: 2660276.

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

Color convert

RGB18015140-
CMYK00.160.780.29
HSL47.57º63.64%43.14%-
HSV(B)47.57º77.78%70.59%-
XYZ30.2731.996.59-
YUV147.0267.61151.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=48.52%
G=40.70%
B=10.78%

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
Decimal1801514000.160.780.2947.5763.6443.14
HexB497280104E1D30402b
Octal26422750020116356010053
Binary10110100100101111010000100001001110111011100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49728; }

 p { color: rgb(180,151,40); }

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

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

 a { background-color: rgb(180,151,40); }

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

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

 span { border-color: rgb(180,151,40); }

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