#957043

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

Shades of Pale Brown #957043

Tints of Pale Brown #957043

Color information

#957043 (or 0x957043) is unknown color: approx Pale Brown. HEX triplet: 95, 70 and 43. RGB value is (149,112,67). Sum of RGB (Red+Green+Blue) = 149+112+67=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #957043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957043 is #6A8FBC. Grayscale: #767676. Windows color (decimal): -6983613 or 4419733. OLE color: 4419733.

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

Color convert

RGB14911267-
CMYK00.250.550.42
HSL32.93º37.96%42.35%-
HSV(B)32.93º55.03%58.43%-
XYZ19.218.387.85-
YUV117.9399.26150.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=45.43%
G=34.15%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491126700.250.550.4232.9337.9642.35
Hex957043019372A21262a
Octal2251601030316752414652
Binary1001010111100001000011011001110111101010100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957043; }

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

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

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

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

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

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

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

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