#92754D

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

Shades of Pale Brown #92754D

Tints of Pale Brown #92754D

Color information

#92754D (or 0x92754D) is unknown color: approx Pale Brown. HEX triplet: 92, 75 and 4D. RGB value is (146,117,77). Sum of RGB (Red+Green+Blue) = 146+117+77=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92754D is #6D8AB2. Grayscale: #797979. Windows color (decimal): -7178931 or 5076370. OLE color: 5076370.

HSL color Cylindrical-coordinate representation of color #92754D: hue angle of 34.78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92754D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14611777-
CMYK00.200.470.43
HSL34.78º30.94%43.73%-
HSV(B)34.78º47.26%57.25%-
XYZ19.5519.379.73-
YUV121.11103.11145.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=42.94%
G=34.41%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461177700.200.470.4334.7830.9443.73
Hex92754D0142F2B231f2c
Octal2221651150245753433754
Binary100100101110101100110101010010111110101110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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