#92754B

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

Shades of Pale Brown #92754B

Tints of Pale Brown #92754B

Color information

#92754B (or 0x92754B) is unknown color: approx Pale Brown. HEX triplet: 92, 75 and 4B. RGB value is (146,117,75). Sum of RGB (Red+Green+Blue) = 146+117+75=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92754B is #6D8AB4. Grayscale: #797979. Windows color (decimal): -7178933 or 4945298. OLE color: 4945298.

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

Color convert

RGB14611775-
CMYK00.200.490.43
HSL35.49º32.13%43.33%-
HSV(B)35.49º48.63%57.25%-
XYZ19.4919.349.36-
YUV120.88102.11145.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=43.20%
G=34.62%
B=22.19%

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
Decimal1461177500.200.490.4335.4932.1343.33
Hex92754B014312B23202b
Octal2221651130246153434053
Binary1001001011101011001011010100110001101011100011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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