#b36d2c

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

Shades of Reno Sand #B36D2C

Tints of Reno Sand #B36D2C

Color information

#B36D2C (or 0xB36D2C) is unknown color: approx Reno Sand. HEX triplet: B3, 6D and 2C. RGB value is (179,109,44). Sum of RGB (Red+Green+Blue) = 179+109+44=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D2C is #4C92D3. Grayscale: #7A7A7A. Windows color (decimal): -5018324 or 2911667. OLE color: 2911667.

HSL color Cylindrical-coordinate representation of color #B36D2C: hue angle of 28.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B36D2C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17910944-
CMYK00.390.750.30
HSL28.89º60.54%43.73%-
HSV(B)28.89º75.42%70.2%-
XYZ24.5120.75.09-
YUV122.5283.69168.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=53.92%
G=32.83%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791094400.390.750.3028.8960.5443.73
HexB36D2C0274B1E1d3d2c
Octal2631555404711336357554
Binary101100111101101101100010011110010111111011101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36d2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36d2c; }

 p { color: rgb(179,109,44); }

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

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

 a { background-color: rgb(179,109,44); }

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

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

 span { border-color: rgb(179,109,44); }

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