#B36936

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

Shades of Reno Sand #B36936

Tints of Reno Sand #B36936

Color information

#B36936 (or 0xB36936) is unknown color: approx Reno Sand. HEX triplet: B3, 69 and 36. RGB value is (179,105,54). Sum of RGB (Red+Green+Blue) = 179+105+54=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B36936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36936 is #4C96C9. Grayscale: #797979. Windows color (decimal): -5019338 or 3566003. OLE color: 3566003.

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

Color convert

RGB17910554-
CMYK00.410.700.30
HSL24.48º53.65%45.69%-
HSV(B)24.48º69.83%70.2%-
XYZ24.3119.956.06-
YUV121.3190.02169.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.96%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=52.96%
G=31.07%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791055400.410.700.3024.4853.6545.69
HexB36936029461E18362e
Octal2631516605110636306656
Binary101100111101001110110010100110001101111011000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36936; }

 p { color: rgb(179,105,54); }

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

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

 a { background-color: rgb(179,105,54); }

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

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

 span { border-color: rgb(179,105,54); }

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