#93764D

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

Shades of Pale Brown #93764D

Tints of Pale Brown #93764D

Color information

#93764D (or 0x93764D) is unknown color: approx Pale Brown. HEX triplet: 93, 76 and 4D. RGB value is (147,118,77). Sum of RGB (Red+Green+Blue) = 147+118+77=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93764D is #6C89B2. Grayscale: #7A7A7A. Windows color (decimal): -7113139 or 5076627. OLE color: 5076627.

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

Color convert

RGB14711877-
CMYK00.200.480.42
HSL35.14º31.25%43.92%-
HSV(B)35.14º47.62%57.65%-
XYZ19.8519.79.78-
YUV122102.61145.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=42.98%
G=34.50%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471187700.200.480.4235.1431.2543.92
Hex93764D014302A231f2c
Octal2231661150246052433754
Binary100100111110110100110101010011000010101010001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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