#B07339

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

Shades of Reno Sand #B07339

Tints of Reno Sand #B07339

Color information

#B07339 (or 0xB07339) is unknown color: approx Reno Sand. HEX triplet: B0, 73 and 39. RGB value is (176,115,57). Sum of RGB (Red+Green+Blue) = 176+115+57=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B07339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07339 is #4F8CC6. Grayscale: #7E7E7E. Windows color (decimal): -5213383 or 3765168. OLE color: 3765168.

HSL color Cylindrical-coordinate representation of color #B07339: hue angle of 29.24º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B07339 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17611557-
CMYK00.350.680.31
HSL29.24º51.07%45.69%-
HSV(B)29.24º67.61%69.02%-
XYZ24.7721.796.77-
YUV126.6388.71163.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 57 (22.66% from 255) = 16.38%
R=50.57%
G=33.05%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761155700.350.680.3129.2451.0745.69
HexB07339023441F1d332e
Octal2601637104310437356356
Binary101100001110011111001010001110001001111111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07339; }

 p { color: rgb(176,115,57); }

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

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

 a { background-color: rgb(176,115,57); }

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

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

 span { border-color: rgb(176,115,57); }

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