#93795E

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

Shades of Pale Brown #93795E

Tints of Pale Brown #93795E

Color information

#93795E (or 0x93795E) is unknown color: approx Pale Brown. HEX triplet: 93, 79 and 5E. RGB value is (147,121,94). Sum of RGB (Red+Green+Blue) = 147+121+94=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #93795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93795E is #6C86A1. Grayscale: #7D7D7D. Windows color (decimal): -7112354 or 6191507. OLE color: 6191507.

HSL color Cylindrical-coordinate representation of color #93795E: hue angle of 30.57º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93795E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14712194-
CMYK00.180.360.42
HSL30.57º21.99%47.25%-
HSV(B)30.57º36.05%57.65%-
XYZ20.8920.6913.48-
YUV125.7110.11143.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=40.61%
G=33.43%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471219400.180.360.4230.5721.9947.25
Hex93795E012242A1f162f
Octal2231711360224452372657
Binary10010011111100110111100100101001001010101111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,121,94); }

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

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

 a { background-color: rgb(147,121,94); }

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

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

 span { border-color: rgb(147,121,94); }

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