#92785F

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

Shades of Pale Brown #92785F

Tints of Pale Brown #92785F

Color information

#92785F (or 0x92785F) is unknown color: approx Pale Brown. HEX triplet: 92, 78 and 5F. RGB value is (146,120,95). Sum of RGB (Red+Green+Blue) = 146+120+95=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #92785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92785F is #6D87A0. Grayscale: #7D7D7D. Windows color (decimal): -7178145 or 6256786. OLE color: 6256786.

HSL color Cylindrical-coordinate representation of color #92785F: hue angle of 29.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92785F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14612095-
CMYK00.180.350.43
HSL29.41º21.16%47.25%-
HSV(B)29.41º34.93%57.25%-
XYZ20.6420.3713.67-
YUV124.92111.11143.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=40.44%
G=33.24%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461209500.180.350.4329.4121.1647.25
Hex92785F012232B1d152f
Octal2221701370224353352557
Binary10010010111100010111110100101000111010111110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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