#957054

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

Shades of Pale Brown #957054

Tints of Pale Brown #957054

Color information

#957054 (or 0x957054) is unknown color: approx Pale Brown. HEX triplet: 95, 70 and 54. RGB value is (149,112,84). Sum of RGB (Red+Green+Blue) = 149+112+84=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #957054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957054 is #6A8FAB. Grayscale: #787878. Windows color (decimal): -6983596 or 5533845. OLE color: 5533845.

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

Color convert

RGB14911284-
CMYK00.250.440.42
HSL25.85º27.9%45.69%-
HSV(B)25.85º43.62%58.43%-
XYZ19.7918.6210.94-
YUV119.87107.76148.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=43.19%
G=32.46%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491128400.250.440.4225.8527.945.69
Hex9570540192C2A1a1c2e
Octal2251601240315452323456
Binary10010101111000010101000110011011001010101101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957054; }

 p { color: rgb(149,112,84); }

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

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

 a { background-color: rgb(149,112,84); }

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

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

 span { border-color: rgb(149,112,84); }

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