#B17539

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

Shades of Reno Sand #B17539

Tints of Reno Sand #B17539

Color information

#B17539 (or 0xB17539) is unknown color: approx Reno Sand. HEX triplet: B1, 75 and 39. RGB value is (177,117,57). Sum of RGB (Red+Green+Blue) = 177+117+57=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B17539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17539 is #4E8AC6. Grayscale: #808080. Windows color (decimal): -5147335 or 3765681. OLE color: 3765681.

HSL color Cylindrical-coordinate representation of color #B17539: hue angle of 30º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B17539 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17711757-
CMYK00.340.680.31
HSL30º51.28%45.88%-
HSV(B)30º67.8%69.41%-
XYZ25.2322.376.86-
YUV128.187.88162.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 16.24%
R=50.43%
G=33.33%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771175700.340.680.313051.2845.88
HexB17539022441F1e332e
Octal2611657104210437366356
Binary101100011110101111001010001010001001111111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17539; }

 p { color: rgb(177,117,57); }

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

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

 a { background-color: rgb(177,117,57); }

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

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

 span { border-color: rgb(177,117,57); }

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