#B59E34

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

Shades of Sahara #B59E34

Tints of Sahara #B59E34

Color information

#B59E34 (or 0xB59E34) is unknown color: approx Sahara. HEX triplet: B5, 9E and 34. RGB value is (181,158,52). Sum of RGB (Red+Green+Blue) = 181+158+52=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E34 is #4A61CB. Grayscale: #999999. Windows color (decimal): -4874700 or 3448501. OLE color: 3448501.

HSL color Cylindrical-coordinate representation of color #B59E34: hue angle of 49.3º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B59E34 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18115852-
CMYK00.130.710.29
HSL49.3º55.36%45.69%-
HSV(B)49.3º71.27%70.98%-
XYZ31.934.538.23-
YUV152.7971.12148.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=46.29%
G=40.41%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811585200.130.710.2949.355.3645.69
HexB59E340D471D31372e
Octal2652366401510735616756
Binary101101011001111011010001101100011111101110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E34; }

 p { color: rgb(181,158,52); }

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

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

 a { background-color: rgb(181,158,52); }

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

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

 span { border-color: rgb(181,158,52); }

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