#B3722E

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

Shades of Reno Sand #B3722E

Tints of Reno Sand #B3722E

Color information

#B3722E (or 0xB3722E) is unknown color: approx Reno Sand. HEX triplet: B3, 72 and 2E. RGB value is (179,114,46). Sum of RGB (Red+Green+Blue) = 179+114+46=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3722E is #4C8DD1. Grayscale: #7E7E7E. Windows color (decimal): -5017042 or 3044019. OLE color: 3044019.

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

Color convert

RGB17911446-
CMYK00.360.740.30
HSL30.68º59.11%44.12%-
HSV(B)30.68º74.3%70.2%-
XYZ25.121.825.47-
YUV125.6883.03166.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=52.80%
G=33.63%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791144600.360.740.3030.6859.1144.12
HexB3722E0244A1E1f3b2c
Octal2631625604411236377354
Binary101100111110010101110010010010010101111011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3722E; }

 p { color: rgb(179,114,46); }

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

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

 a { background-color: rgb(179,114,46); }

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

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

 span { border-color: rgb(179,114,46); }

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