#92755A

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

Shades of Pale Brown #92755A

Tints of Pale Brown #92755A

Color information

#92755A (or 0x92755A) is unknown color: approx Pale Brown. HEX triplet: 92, 75 and 5A. RGB value is (146,117,90). Sum of RGB (Red+Green+Blue) = 146+117+90=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92755A is #6D8AA5. Grayscale: #7A7A7A. Windows color (decimal): -7178918 or 5928338. OLE color: 5928338.

HSL color Cylindrical-coordinate representation of color #92755A: hue angle of 28.93º degrees, saturation: 0.24, 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 #92755A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14611790-
CMYK00.200.380.43
HSL28.93º23.73%46.27%-
HSV(B)28.93º38.36%57.25%-
XYZ20.0619.5712.39-
YUV122.59109.61144.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=41.36%
G=33.14%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461179000.200.380.4328.9323.7346.27
Hex92755A014262B1d182e
Octal2221651320244653353056
Binary10010010111010110110100101001001101010111110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,117,90); }

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

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

 a { background-color: rgb(146,117,90); }

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

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

 span { border-color: rgb(146,117,90); }

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