#95714C

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

Shades of Pale Brown #95714C

Tints of Pale Brown #95714C

Color information

#95714C (or 0x95714C) is unknown color: approx Pale Brown. HEX triplet: 95, 71 and 4C. RGB value is (149,113,76). Sum of RGB (Red+Green+Blue) = 149+113+76=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95714C is #6A8EB3. Grayscale: #777777. Windows color (decimal): -6983348 or 5009813. OLE color: 5009813.

HSL color Cylindrical-coordinate representation of color #95714C: hue angle of 30.41º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95714C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14911376-
CMYK00.240.490.42
HSL30.41º32.44%44.12%-
HSV(B)30.41º48.99%58.43%-
XYZ19.618.729.42-
YUV119.55103.43149.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=44.08%
G=33.43%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491137600.240.490.4230.4132.4444.12
Hex95714C018312A1e202c
Octal2251611140306152364054
Binary100101011110001100110001100011000110101011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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