#B17033

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

Shades of Reno Sand #B17033

Tints of Reno Sand #B17033

Color information

#B17033 (or 0xB17033) is unknown color: approx Reno Sand. HEX triplet: B1, 70 and 33. RGB value is (177,112,51). Sum of RGB (Red+Green+Blue) = 177+112+51=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B17033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17033 is #4E8FCC. Grayscale: #7C7C7C. Windows color (decimal): -5148621 or 3371185. OLE color: 3371185.

HSL color Cylindrical-coordinate representation of color #B17033: hue angle of 29.05º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B17033 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17711251-
CMYK00.370.710.31
HSL29.05º55.26%44.71%-
HSV(B)29.05º71.19%69.41%-
XYZ24.5221.175.93-
YUV124.4886.53165.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 51 (20.31% from 255) = 15%
R=52.06%
G=32.94%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771125100.370.710.3129.0555.2644.71
HexB17033025471F1d372d
Octal2611606304510737356755
Binary101100011110000110011010010110001111111111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17033; }

 p { color: rgb(177,112,51); }

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

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

 a { background-color: rgb(177,112,51); }

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

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

 span { border-color: rgb(177,112,51); }

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