#947755

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

Shades of Pale Brown #947755

Tints of Pale Brown #947755

Color information

#947755 (or 0x947755) is unknown color: approx Pale Brown. HEX triplet: 94, 77 and 55. RGB value is (148,119,85). Sum of RGB (Red+Green+Blue) = 148+119+85=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947755 is #6B88AA. Grayscale: #7B7B7B. Windows color (decimal): -7047339 or 5601172. OLE color: 5601172.

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

Color convert

RGB14811985-
CMYK00.200.430.42
HSL32.38º27.04%45.69%-
HSV(B)32.38º42.57%58.04%-
XYZ20.4520.1511.4-
YUV123.79106.11145.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=42.05%
G=33.81%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481198500.200.430.4232.3827.0445.69
Hex9477550142B2A201b2e
Octal2241671250245352403356
Binary100101001110111101010101010010101110101010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947755; }

 p { color: rgb(148,119,85); }

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

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

 a { background-color: rgb(148,119,85); }

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

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

 span { border-color: rgb(148,119,85); }

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