#927C5C

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

Shades of Pale Brown #927C5C

Tints of Pale Brown #927C5C

Color information

#927C5C (or 0x927C5C) is unknown color: approx Pale Brown. HEX triplet: 92, 7C and 5C. RGB value is (146,124,92). Sum of RGB (Red+Green+Blue) = 146+124+92=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #927C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C5C is #6D83A3. Grayscale: #7F7F7F. Windows color (decimal): -7177124 or 6061202. OLE color: 6061202.

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

Color convert

RGB14612492-
CMYK00.150.370.43
HSL35.56º22.69%46.67%-
HSV(B)35.56º36.99%57.25%-
XYZ20.9921.313.13-
YUV126.93108.29141.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=40.33%
G=34.25%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461249200.150.370.4335.5622.6946.67
Hex927C5C0F252B24172f
Octal2221741340174553442757
Binary10010010111110010111000111110010110101110010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,124,92); }

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

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

 a { background-color: rgb(146,124,92); }

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

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

 span { border-color: rgb(146,124,92); }

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