#95714A

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

Shades of Pale Brown #95714A

Tints of Pale Brown #95714A

Color information

#95714A (or 0x95714A) is unknown color: approx Pale Brown. HEX triplet: 95, 71 and 4A. RGB value is (149,113,74). Sum of RGB (Red+Green+Blue) = 149+113+74=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95714A is #6A8EB5. Grayscale: #777777. Windows color (decimal): -6983350 or 4878741. OLE color: 4878741.

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

Color convert

RGB14911374-
CMYK00.240.500.42
HSL31.2º33.63%43.73%-
HSV(B)31.2º50.34%58.43%-
XYZ19.5418.699.06-
YUV119.32102.43149.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=44.35%
G=33.63%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491137400.240.500.4231.233.6343.73
Hex95714A018322A1f222c
Octal2251611120306252374254
Binary100101011110001100101001100011001010101011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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