#92754A

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

Shades of Pale Brown #92754A

Tints of Pale Brown #92754A

Color information

#92754A (or 0x92754A) is unknown color: approx Pale Brown. HEX triplet: 92, 75 and 4A. RGB value is (146,117,74). Sum of RGB (Red+Green+Blue) = 146+117+74=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92754A is #6D8AB5. Grayscale: #787878. Windows color (decimal): -7178934 or 4879762. OLE color: 4879762.

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

Color convert

RGB14611774-
CMYK00.200.490.43
HSL35.83º32.73%43.14%-
HSV(B)35.83º49.32%57.25%-
XYZ19.4519.339.18-
YUV120.77101.61146-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=43.32%
G=34.72%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461177400.200.490.4335.8332.7343.14
Hex92754A014312B24212b
Octal2221651120246153444153
Binary1001001011101011001010010100110001101011100100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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