#947754

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

Shades of Pale Brown #947754

Tints of Pale Brown #947754

Color information

#947754 (or 0x947754) is unknown color: approx Pale Brown. HEX triplet: 94, 77 and 54. RGB value is (148,119,84). Sum of RGB (Red+Green+Blue) = 148+119+84=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947754 is #6B88AB. Grayscale: #7B7B7B. Windows color (decimal): -7047340 or 5535636. OLE color: 5535636.

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

Color convert

RGB14811984-
CMYK00.200.430.42
HSL32.81º27.59%45.49%-
HSV(B)32.81º43.24%58.04%-
XYZ20.4120.1311.2-
YUV123.68105.61145.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=42.17%
G=33.90%
B=23.93%

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
Decimal1481198400.200.430.4232.8127.5945.49
Hex9477540142B2A211c2d
Octal2241671240245352413455
Binary100101001110111101010001010010101110101010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947754; }

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

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

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

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

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

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

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

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