#93764C

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

Shades of Pale Brown #93764C

Tints of Pale Brown #93764C

Color information

#93764C (or 0x93764C) is unknown color: approx Pale Brown. HEX triplet: 93, 76 and 4C. RGB value is (147,118,76). Sum of RGB (Red+Green+Blue) = 147+118+76=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93764C is #6C89B3. Grayscale: #7A7A7A. Windows color (decimal): -7113140 or 5011091. OLE color: 5011091.

HSL color Cylindrical-coordinate representation of color #93764C: hue angle of 35.49º degrees, saturation: 0.32, 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 #93764C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14711876-
CMYK00.200.480.42
HSL35.49º31.84%43.73%-
HSV(B)35.49º48.3%57.65%-
XYZ19.8219.689.59-
YUV121.88102.11145.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=43.11%
G=34.60%
B=22.29%

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
Decimal1471187600.200.480.4235.4931.8443.73
Hex93764C014302A23202c
Octal2231661140246052434054
Binary1001001111101101001100010100110000101010100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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