#957251

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

Shades of Pale Brown #957251

Tints of Pale Brown #957251

Color information

#957251 (or 0x957251) is unknown color: approx Pale Brown. HEX triplet: 95, 72 and 51. RGB value is (149,114,81). Sum of RGB (Red+Green+Blue) = 149+114+81=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #957251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957251 is #6A8DAE. Grayscale: #787878. Windows color (decimal): -6983087 or 5337749. OLE color: 5337749.

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

Color convert

RGB14911481-
CMYK00.230.460.42
HSL29.12º29.57%45.1%-
HSV(B)29.12º45.64%58.43%-
XYZ19.919.0210.41-
YUV120.7105.6148.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=43.31%
G=33.14%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491148100.230.460.4229.1229.5745.1
Hex9572510172E2A1d1e2d
Octal2251621210275652353655
Binary10010101111001010100010101111011101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957251; }

 p { color: rgb(149,114,81); }

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

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

 a { background-color: rgb(149,114,81); }

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

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

 span { border-color: rgb(149,114,81); }

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