#92765D

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

Shades of Pale Brown #92765D

Tints of Pale Brown #92765D

Color information

#92765D (or 0x92765D) is unknown color: approx Pale Brown. HEX triplet: 92, 76 and 5D. RGB value is (146,118,93). Sum of RGB (Red+Green+Blue) = 146+118+93=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92765D is #6D89A2. Grayscale: #7B7B7B. Windows color (decimal): -7178659 or 6125202. OLE color: 6125202.

HSL color Cylindrical-coordinate representation of color #92765D: hue angle of 28.3º 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 #92765D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14611893-
CMYK00.190.360.43
HSL28.3º22.18%46.86%-
HSV(B)28.3º36.3%57.25%-
XYZ20.3119.8613.12-
YUV123.52110.78144.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=40.90%
G=33.05%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461189300.190.360.4328.322.1846.86
Hex92765D013242B1c162f
Octal2221661350234453342657
Binary10010010111011010111010100111001001010111110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92765D; }

 p { color: rgb(146,118,93); }

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

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

 a { background-color: rgb(146,118,93); }

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

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

 span { border-color: rgb(146,118,93); }

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