#93714D

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

Shades of Pale Brown #93714D

Tints of Pale Brown #93714D

Color information

#93714D (or 0x93714D) is unknown color: approx Pale Brown. HEX triplet: 93, 71 and 4D. RGB value is (147,113,77). Sum of RGB (Red+Green+Blue) = 147+113+77=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93714D is #6C8EB2. Grayscale: #777777. Windows color (decimal): -7114419 or 5075347. OLE color: 5075347.

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

Color convert

RGB14711377-
CMYK00.230.480.42
HSL30.86º31.25%43.92%-
HSV(B)30.86º47.62%57.65%-
XYZ19.2818.559.59-
YUV119.06104.26147.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=43.62%
G=33.53%
B=22.85%

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
Decimal1471137700.230.480.4230.8631.2543.92
Hex93714D017302A1f1f2c
Octal2231611150276052373754
Binary10010011111000110011010101111100001010101111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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