#93714C

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

Shades of Pale Brown #93714C

Tints of Pale Brown #93714C

Color information

#93714C (or 0x93714C) is unknown color: approx Pale Brown. HEX triplet: 93, 71 and 4C. RGB value is (147,113,76). Sum of RGB (Red+Green+Blue) = 147+113+76=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93714C is #6C8EB3. Grayscale: #777777. Windows color (decimal): -7114420 or 5009811. OLE color: 5009811.

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

Color convert

RGB14711376-
CMYK00.230.480.42
HSL31.27º31.84%43.73%-
HSV(B)31.27º48.3%57.65%-
XYZ19.2418.549.4-
YUV118.95103.76148.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=43.75%
G=33.63%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471137600.230.480.4231.2731.8443.73
Hex93714C017302A1f202c
Octal2231611140276052374054
Binary100100111110001100110001011111000010101011111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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