#92785D

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

Shades of Pale Brown #92785D

Tints of Pale Brown #92785D

Color information

#92785D (or 0x92785D) is unknown color: approx Pale Brown. HEX triplet: 92, 78 and 5D. RGB value is (146,120,93). Sum of RGB (Red+Green+Blue) = 146+120+93=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #92785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92785D is #6D87A2. Grayscale: #7C7C7C. Windows color (decimal): -7178147 or 6125714. OLE color: 6125714.

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

Color convert

RGB14612093-
CMYK00.180.360.43
HSL30.57º22.18%46.86%-
HSV(B)30.57º36.3%57.25%-
XYZ20.5520.3313.2-
YUV124.7110.11143.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=40.67%
G=33.43%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461209300.180.360.4330.5722.1846.86
Hex92785D012242B1f162f
Octal2221701350224453372657
Binary10010010111100010111010100101001001010111111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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