#B36735

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

Shades of Reno Sand #B36735

Tints of Reno Sand #B36735

Color information

#B36735 (or 0xB36735) is unknown color: approx Reno Sand. HEX triplet: B3, 67 and 35. RGB value is (179,103,53). Sum of RGB (Red+Green+Blue) = 179+103+53=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B36735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36735 is #4C98CA. Grayscale: #787878. Windows color (decimal): -5019851 or 3499955. OLE color: 3499955.

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

Color convert

RGB17910353-
CMYK00.420.700.30
HSL23.81º54.31%45.49%-
HSV(B)23.81º70.39%70.2%-
XYZ24.0819.545.87-
YUV120.0290.18170.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=53.43%
G=30.75%
B=15.82%

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
Decimal1791035300.420.700.3023.8154.3145.49
HexB3673502A461E18362d
Octal2631476505210636306655
Binary101100111100111110101010101010001101111011000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36735; }

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

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

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

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

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

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

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

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