#9D714E

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

Shades of Pale Brown #9D714E

Tints of Pale Brown #9D714E

Color information

#9D714E (or 0x9D714E) is unknown color: approx Pale Brown. HEX triplet: 9D, 71 and 4E. RGB value is (157,113,78). Sum of RGB (Red+Green+Blue) = 157+113+78=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D714E is #628EB1. Grayscale: #7A7A7A. Windows color (decimal): -6459058 or 5140893. OLE color: 5140893.

HSL color Cylindrical-coordinate representation of color #9D714E: hue angle of 26.58º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D714E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15711378-
CMYK00.280.500.38
HSL26.58º33.62%46.08%-
HSV(B)26.58º50.32%61.57%-
XYZ21.1819.539.86-
YUV122.17103.08152.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=45.11%
G=32.47%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571137800.280.500.3826.5833.6246.08
Hex9D714E01C32261b222e
Octal2351611160346246334256
Binary100111011110001100111001110011001010011011011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D714E; }

 p { color: rgb(157,113,78); }

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

<style>
 a { background-color: #9D714E; }

 a { background-color: rgb(157,113,78); }

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

<style>
 span { border-color: #9D714E; }

 span { border-color: rgb(157,113,78); }

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