#B36836

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

Shades of Reno Sand #B36836

Tints of Reno Sand #B36836

Color information

#B36836 (or 0xB36836) is unknown color: approx Reno Sand. HEX triplet: B3, 68 and 36. RGB value is (179,104,54). Sum of RGB (Red+Green+Blue) = 179+104+54=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B36836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36836 is #4C97C9. Grayscale: #797979. Windows color (decimal): -5019594 or 3565747. OLE color: 3565747.

HSL color Cylindrical-coordinate representation of color #B36836: hue angle of 24º 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 #B36836 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17910454-
CMYK00.420.700.30
HSL24º53.65%45.69%-
HSV(B)24º69.83%70.2%-
XYZ24.2119.756.03-
YUV120.7290.35169.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=53.12%
G=30.86%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791045400.420.700.302453.6545.69
HexB3683602A461E18362e
Octal2631506605210636306656
Binary101100111101000110110010101010001101111011000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36836; }

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

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

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

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

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

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

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

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