#93795B

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

Shades of Pale Brown #93795B

Tints of Pale Brown #93795B

Color information

#93795B (or 0x93795B) is unknown color: approx Pale Brown. HEX triplet: 93, 79 and 5B. RGB value is (147,121,91). Sum of RGB (Red+Green+Blue) = 147+121+91=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93795B is #6C86A4. Grayscale: #7D7D7D. Windows color (decimal): -7112357 or 5994899. OLE color: 5994899.

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

Color convert

RGB14712191-
CMYK00.180.380.42
HSL32.14º23.53%46.67%-
HSV(B)32.14º38.1%57.65%-
XYZ20.7620.6312.79-
YUV125.35108.61143.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=40.95%
G=33.70%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471219100.180.380.4232.1423.5346.67
Hex93795B012262A20182f
Octal2231711330224652403057
Binary100100111111001101101101001010011010101010000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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