#93764E

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

Shades of Pale Brown #93764E

Tints of Pale Brown #93764E

Color information

#93764E (or 0x93764E) is unknown color: approx Pale Brown. HEX triplet: 93, 76 and 4E. RGB value is (147,118,78). Sum of RGB (Red+Green+Blue) = 147+118+78=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93764E is #6C89B1. Grayscale: #7A7A7A. Windows color (decimal): -7113138 or 5142163. OLE color: 5142163.

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

Color convert

RGB14711878-
CMYK00.200.470.42
HSL34.78º30.67%44.12%-
HSV(B)34.78º46.94%57.65%-
XYZ19.8919.719.96-
YUV122.11103.11145.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=42.86%
G=34.40%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471187800.200.470.4234.7830.6744.12
Hex93764E0142F2A231f2c
Octal2231661160245752433754
Binary100100111110110100111001010010111110101010001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,118,78); }

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

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

 a { background-color: rgb(147,118,78); }

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

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

 span { border-color: rgb(147,118,78); }

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