#A77139

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

Shades of Reno Sand #A77139

Tints of Reno Sand #A77139

Color information

#A77139 (or 0xA77139) is unknown color: approx Reno Sand. HEX triplet: A7, 71 and 39. RGB value is (167,113,57). Sum of RGB (Red+Green+Blue) = 167+113+57=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A77139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77139 is #588EC6. Grayscale: #7B7B7B. Windows color (decimal): -5803719 or 3764647. OLE color: 3764647.

HSL color Cylindrical-coordinate representation of color #A77139: hue angle of 30.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A77139 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16711357-
CMYK00.320.660.35
HSL30.55º49.11%43.92%-
HSV(B)30.55º65.87%65.49%-
XYZ22.5820.326.6-
YUV122.7690.89159.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=49.55%
G=33.53%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671135700.320.660.3530.5549.1143.92
HexA7713902042231f312c
Octal2471617104010243376154
Binary1010011111100011110010100000100001010001111111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77139; }

 p { color: rgb(167,113,57); }

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

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

 a { background-color: rgb(167,113,57); }

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

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

 span { border-color: rgb(167,113,57); }

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