#B36533

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

Shades of Reno Sand #B36533

Tints of Reno Sand #B36533

Color information

#B36533 (or 0xB36533) is unknown color: approx Reno Sand. HEX triplet: B3, 65 and 33. RGB value is (179,101,51). Sum of RGB (Red+Green+Blue) = 179+101+51=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B36533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36533 is #4C9ACC. Grayscale: #767676. Windows color (decimal): -5020365 or 3368371. OLE color: 3368371.

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

Color convert

RGB17910151-
CMYK00.440.720.30
HSL23.44º55.65%45.1%-
HSV(B)23.44º71.51%70.2%-
XYZ23.8419.135.57-
YUV118.6289.84171.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=54.08%
G=30.51%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791015100.440.720.3023.4455.6545.1
HexB3653302C481E17382d
Octal2631456305411036277055
Binary101100111100101110011010110010010001111010111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36533; }

 p { color: rgb(179,101,51); }

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

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

 a { background-color: rgb(179,101,51); }

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

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

 span { border-color: rgb(179,101,51); }

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