#b59328

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

Shades of Sahara #B59328

Tints of Sahara #B59328

Color information

#B59328 (or 0xB59328) is unknown color: approx Sahara. HEX triplet: B5, 93 and 28. RGB value is (181,147,40). Sum of RGB (Red+Green+Blue) = 181+147+40=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B59328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59328 is #4A6CD7. Grayscale: #919191. Windows color (decimal): -4877528 or 2659253. OLE color: 2659253.

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

Color convert

RGB18114740-
CMYK00.190.780.29
HSL45.53º63.8%43.33%-
HSV(B)45.53º77.9%70.98%-
XYZ29.8730.846.39-
YUV144.9768.76153.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=49.18%
G=39.95%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811474000.190.780.2945.5363.843.33
HexB593280134E1D2e402b
Octal26522350023116355610053
Binary10110101100100111010000100111001110111011011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59328; }

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

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

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

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

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

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

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

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