#957458

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

Shades of Pale Brown #957458

Tints of Pale Brown #957458

Color information

#957458 (or 0x957458) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 58. RGB value is (149,116,88). Sum of RGB (Red+Green+Blue) = 149+116+88=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957458 is #6A8BA7. Grayscale: #7A7A7A. Windows color (decimal): -6982568 or 5797013. OLE color: 5797013.

HSL color Cylindrical-coordinate representation of color #957458: hue angle of 27.54º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957458 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14911688-
CMYK00.220.410.42
HSL27.54º25.74%46.47%-
HSV(B)27.54º40.94%58.43%-
XYZ20.419.5811.94-
YUV122.68108.43146.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=42.21%
G=32.86%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491168800.220.410.4227.5425.7446.47
Hex957458016292A1c1a2e
Octal2251641300265152343256
Binary10010101111010010110000101101010011010101110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957458; }

 p { color: rgb(149,116,88); }

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

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

 a { background-color: rgb(149,116,88); }

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

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

 span { border-color: rgb(149,116,88); }

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