#B37331

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

Shades of Reno Sand #B37331

Tints of Reno Sand #B37331

Color information

#B37331 (or 0xB37331) is unknown color: approx Reno Sand. HEX triplet: B3, 73 and 31. RGB value is (179,115,49). Sum of RGB (Red+Green+Blue) = 179+115+49=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B37331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37331 is #4C8CCE. Grayscale: #7E7E7E. Windows color (decimal): -5016783 or 3240883. OLE color: 3240883.

HSL color Cylindrical-coordinate representation of color #B37331: hue angle of 30.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B37331 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB17911549-
CMYK00.360.730.30
HSL30.46º57.02%44.71%-
HSV(B)30.46º72.63%70.2%-
XYZ25.2822.075.83-
YUV126.6184.2165.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 49 (19.53% from 255) = 14.29%
R=52.19%
G=33.53%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791154900.360.730.3030.4657.0244.71
HexB37331024491E1e392d
Octal2631636104411136367155
Binary101100111110011110001010010010010011111011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37331; }

 p { color: rgb(179,115,49); }

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

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

 a { background-color: rgb(179,115,49); }

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

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

 span { border-color: rgb(179,115,49); }

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