#B59934

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

Shades of Sahara #B59934

Tints of Sahara #B59934

Color information

#B59934 (or 0xB59934) is unknown color: approx Sahara. HEX triplet: B5, 99 and 34. RGB value is (181,153,52). Sum of RGB (Red+Green+Blue) = 181+153+52=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B59934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59934 is #4A66CB. Grayscale: #969696. Windows color (decimal): -4875980 or 3447221. OLE color: 3447221.

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

Color convert

RGB18115352-
CMYK00.150.710.29
HSL46.98º55.36%45.69%-
HSV(B)46.98º71.27%70.98%-
XYZ31.0732.857.95-
YUV149.8672.78150.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 52 (20.70% from 255) = 13.47%
R=46.89%
G=39.64%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811535200.150.710.2946.9855.3645.69
HexB599340F471D2f372e
Octal2652316401710735576756
Binary101101011001100111010001111100011111101101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59934; }

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

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

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

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

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

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

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

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