#927A5B

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

Shades of Pale Brown #927A5B

Tints of Pale Brown #927A5B

Color information

#927A5B (or 0x927A5B) is unknown color: approx Pale Brown. HEX triplet: 92, 7A and 5B. RGB value is (146,122,91). Sum of RGB (Red+Green+Blue) = 146+122+91=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #927A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A5B is #6D85A4. Grayscale: #7D7D7D. Windows color (decimal): -7177637 or 5995154. OLE color: 5995154.

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

Color convert

RGB14612291-
CMYK00.160.380.43
HSL33.82º23.21%46.47%-
HSV(B)33.82º37.67%57.25%-
XYZ20.720.7912.82-
YUV125.64108.45142.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=40.67%
G=33.98%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461229100.160.380.4333.8223.2146.47
Hex927A5B010262B22172e
Octal2221721330204653422756
Binary100100101111010101101101000010011010101110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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