#947A58

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

Shades of Pale Brown #947A58

Tints of Pale Brown #947A58

Color information

#947A58 (or 0x947A58) is unknown color: approx Pale Brown. HEX triplet: 94, 7A and 58. RGB value is (148,122,88). Sum of RGB (Red+Green+Blue) = 148+122+88=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #947A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A58 is #6B85A7. Grayscale: #7E7E7E. Windows color (decimal): -7046568 or 5798548. OLE color: 5798548.

HSL color Cylindrical-coordinate representation of color #947A58: hue angle of 34º degrees, saturation: 0.25, 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 #947A58 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14812288-
CMYK00.180.410.42
HSL34º25.42%46.27%-
HSV(B)34º40.54%58.04%-
XYZ20.9320.9212.17-
YUV125.9106.61143.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=41.34%
G=34.08%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481228800.180.410.423425.4246.27
Hex947A58012292A22192e
Octal2241721300225152423156
Binary100101001111010101100001001010100110101010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947A58; }

 p { color: rgb(148,122,88); }

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

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

 a { background-color: rgb(148,122,88); }

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

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

 span { border-color: rgb(148,122,88); }

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