#92795B

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

Shades of Pale Brown #92795B

Tints of Pale Brown #92795B

Color information

#92795B (or 0x92795B) is unknown color: approx Pale Brown. HEX triplet: 92, 79 and 5B. RGB value is (146,121,91). Sum of RGB (Red+Green+Blue) = 146+121+91=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92795B is #6D86A4. Grayscale: #7D7D7D. Windows color (decimal): -7177893 or 5994898. OLE color: 5994898.

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

Color convert

RGB14612191-
CMYK00.170.380.43
HSL32.73º23.21%46.47%-
HSV(B)32.73º37.67%57.25%-
XYZ20.5820.5412.78-
YUV125.06108.78142.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=40.78%
G=33.80%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461219100.170.380.4332.7323.2146.47
Hex92795B011262B21172e
Octal2221711330214653412756
Binary100100101111001101101101000110011010101110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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