#92764D

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

Shades of Pale Brown #92764D

Tints of Pale Brown #92764D

Color information

#92764D (or 0x92764D) is unknown color: approx Pale Brown. HEX triplet: 92, 76 and 4D. RGB value is (146,118,77). Sum of RGB (Red+Green+Blue) = 146+118+77=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92764D is #6D89B2. Grayscale: #797979. Windows color (decimal): -7178675 or 5076626. OLE color: 5076626.

HSL color Cylindrical-coordinate representation of color #92764D: hue angle of 35.65º 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 #92764D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14611877-
CMYK00.190.470.43
HSL35.65º30.94%43.73%-
HSV(B)35.65º47.26%57.25%-
XYZ19.6719.69.77-
YUV121.7102.78145.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=42.82%
G=34.60%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461187700.190.470.4335.6530.9443.73
Hex92764D0132F2B241f2c
Octal2221661150235753443754
Binary100100101110110100110101001110111110101110010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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