#B59C35

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

Shades of Sahara #B59C35

Tints of Sahara #B59C35

Color information

#B59C35 (or 0xB59C35) is unknown color: approx Sahara. HEX triplet: B5, 9C and 35. RGB value is (181,156,53). Sum of RGB (Red+Green+Blue) = 181+156+53=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C35 is #4A63CA. Grayscale: #989898. Windows color (decimal): -4875211 or 3513525. OLE color: 3513525.

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

Color convert

RGB18115653-
CMYK00.140.710.29
HSL48.28º54.7%45.88%-
HSV(B)48.28º70.72%70.98%-
XYZ31.5933.868.24-
YUV151.7372.28148.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=46.41%
G=40%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811565300.140.710.2948.2854.745.88
HexB59C350E471D30372e
Octal2652346501610735606756
Binary101101011001110011010101110100011111101110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C35; }

 p { color: rgb(181,156,53); }

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

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

 a { background-color: rgb(181,156,53); }

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

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

 span { border-color: rgb(181,156,53); }

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