#927A55

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

Shades of Pale Brown #927A55

Tints of Pale Brown #927A55

Color information

#927A55 (or 0x927A55) is unknown color: approx Pale Brown. HEX triplet: 92, 7A and 55. RGB value is (146,122,85). Sum of RGB (Red+Green+Blue) = 146+122+85=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #927A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A55 is #6D85AA. Grayscale: #7D7D7D. Windows color (decimal): -7177643 or 5601938. OLE color: 5601938.

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

Color convert

RGB14612285-
CMYK00.160.420.43
HSL36.39º26.41%45.29%-
HSV(B)36.39º41.78%57.25%-
XYZ20.4520.6911.51-
YUV124.96105.45143.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=41.36%
G=34.56%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461228500.160.420.4336.3926.4145.29
Hex927A550102A2B241a2d
Octal2221721250205253443255
Binary100100101111010101010101000010101010101110010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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