#92765B

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

Shades of Pale Brown #92765B

Tints of Pale Brown #92765B

Color information

#92765B (or 0x92765B) is unknown color: approx Pale Brown. HEX triplet: 92, 76 and 5B. RGB value is (146,118,91). Sum of RGB (Red+Green+Blue) = 146+118+91=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92765B is #6D89A4. Grayscale: #7B7B7B. Windows color (decimal): -7178661 or 5994130. OLE color: 5994130.

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

Color convert

RGB14611891-
CMYK00.190.380.43
HSL29.45º23.21%46.47%-
HSV(B)29.45º37.67%57.25%-
XYZ20.2219.8212.66-
YUV123.29109.78144.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=41.13%
G=33.24%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461189100.190.380.4329.4523.2146.47
Hex92765B013262B1d172e
Octal2221661330234653352756
Binary10010010111011010110110100111001101010111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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