#92784A

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

Shades of Pale Brown #92784A

Tints of Pale Brown #92784A

Color information

#92784A (or 0x92784A) is unknown color: approx Pale Brown. HEX triplet: 92, 78 and 4A. RGB value is (146,120,74). Sum of RGB (Red+Green+Blue) = 146+120+74=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92784A is #6D87B5. Grayscale: #7A7A7A. Windows color (decimal): -7178166 or 4880530. OLE color: 4880530.

HSL color Cylindrical-coordinate representation of color #92784A: hue angle of 38.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92784A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB14612074-
CMYK00.180.490.43
HSL38.33º32.73%43.14%-
HSV(B)38.33º49.32%57.25%-
XYZ19.8120.049.3-
YUV122.53100.61144.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=42.94%
G=35.29%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461207400.180.490.4338.3332.7343.14
Hex92784A012312B26212b
Octal2221701120226153464153
Binary1001001011110001001010010010110001101011100110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92784A; }

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

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

<style>
 a { background-color: #92784A; }

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

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

<style>
 span { border-color: #92784A; }

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

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