#B07533

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

Shades of Reno Sand #B07533

Tints of Reno Sand #B07533

Color information

#B07533 (or 0xB07533) is unknown color: approx Reno Sand. HEX triplet: B0, 75 and 33. RGB value is (176,117,51). Sum of RGB (Red+Green+Blue) = 176+117+51=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B07533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07533 is #4F8ACC. Grayscale: #7F7F7F. Windows color (decimal): -5212877 or 3372464. OLE color: 3372464.

HSL color Cylindrical-coordinate representation of color #B07533: hue angle of 31.68º 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 #B07533 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17611751-
CMYK00.340.710.31
HSL31.68º55.07%44.51%-
HSV(B)31.68º71.02%69.02%-
XYZ24.8622.196.1-
YUV127.1285.05162.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 51 (20.31% from 255) = 14.83%
R=51.16%
G=34.01%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761175100.340.710.3131.6855.0744.51
HexB07533022471F20372d
Octal2601656304210737406755
Binary1011000011101011100110100010100011111111100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07533; }

 p { color: rgb(176,117,51); }

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

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

 a { background-color: rgb(176,117,51); }

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

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

 span { border-color: rgb(176,117,51); }

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