#B37538

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

Shades of Reno Sand #B37538

Tints of Reno Sand #B37538

Color information

#B37538 (or 0xB37538) is unknown color: approx Reno Sand. HEX triplet: B3, 75 and 38. RGB value is (179,117,56). Sum of RGB (Red+Green+Blue) = 179+117+56=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37538 is #4C8AC7. Grayscale: #808080. Windows color (decimal): -5016264 or 3700147. OLE color: 3700147.

HSL color Cylindrical-coordinate representation of color #B37538: hue angle of 29.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B37538 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17911756-
CMYK00.350.690.30
HSL29.76º52.34%46.08%-
HSV(B)29.76º68.72%70.2%-
XYZ25.6722.596.75-
YUV128.5887.04163.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=50.85%
G=33.24%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791175600.350.690.3029.7652.3446.08
HexB37538023451E1e342e
Octal2631657004310536366456
Binary101100111110101111000010001110001011111011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37538; }

 p { color: rgb(179,117,56); }

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

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

 a { background-color: rgb(179,117,56); }

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

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

 span { border-color: rgb(179,117,56); }

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