#B36635

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

Shades of Reno Sand #B36635

Tints of Reno Sand #B36635

Color information

#B36635 (or 0xB36635) is unknown color: approx Reno Sand. HEX triplet: B3, 66 and 35. RGB value is (179,102,53). Sum of RGB (Red+Green+Blue) = 179+102+53=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B36635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36635 is #4C99CA. Grayscale: #777777. Windows color (decimal): -5020107 or 3499699. OLE color: 3499699.

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

Color convert

RGB17910253-
CMYK00.430.700.30
HSL23.33º54.31%45.49%-
HSV(B)23.33º70.39%70.2%-
XYZ23.9819.345.84-
YUV119.4490.51170.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=53.59%
G=30.54%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791025300.430.700.3023.3354.3145.49
HexB3663502B461E17362d
Octal2631466505310636276655
Binary101100111100110110101010101110001101111010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36635; }

 p { color: rgb(179,102,53); }

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

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

 a { background-color: rgb(179,102,53); }

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

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

 span { border-color: rgb(179,102,53); }

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