#92754E

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

Shades of Pale Brown #92754E

Tints of Pale Brown #92754E

Color information

#92754E (or 0x92754E) is unknown color: approx Pale Brown. HEX triplet: 92, 75 and 4E. RGB value is (146,117,78). Sum of RGB (Red+Green+Blue) = 146+117+78=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92754E is #6D8AB1. Grayscale: #797979. Windows color (decimal): -7178930 or 5141906. OLE color: 5141906.

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

Color convert

RGB14611778-
CMYK00.200.470.43
HSL34.41º30.36%43.92%-
HSV(B)34.41º46.58%57.25%-
XYZ19.5919.389.92-
YUV121.22103.61145.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=42.82%
G=34.31%
B=22.87%

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
Decimal1461177800.200.470.4334.4130.3643.92
Hex92754E0142F2B221e2c
Octal2221651160245753423654
Binary100100101110101100111001010010111110101110001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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