#927A5E

Color #927A5E Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #927A5E

Tints of Pale Brown #927A5E

Color information

#927A5E (or 0x927A5E) is unknown color: approx Pale Brown. HEX triplet: 92, 7A and 5E. RGB value is (146,122,94). Sum of RGB (Red+Green+Blue) = 146+122+94=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #927A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A5E is #6D85A1. Grayscale: #7E7E7E. Windows color (decimal): -7177634 or 6191762. OLE color: 6191762.

HSL color Cylindrical-coordinate representation of color #927A5E: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927A5E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14612294-
CMYK00.160.360.43
HSL32.31º21.67%47.06%-
HSV(B)32.31º35.62%57.25%-
XYZ20.8320.8413.51-
YUV125.98109.95142.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=40.33%
G=33.70%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461229400.160.360.4332.3121.6747.06
Hex927A5E010242B20162f
Octal2221721360204453402657
Binary100100101111010101111001000010010010101110000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927A5E; }

 p { color: rgb(146,122,94); }

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

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

 a { background-color: rgb(146,122,94); }

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

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

 span { border-color: rgb(146,122,94); }

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