#947652

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

Shades of Pale Brown #947652

Tints of Pale Brown #947652

Color information

#947652 (or 0x947652) is unknown color: approx Pale Brown. HEX triplet: 94, 76 and 52. RGB value is (148,118,82). Sum of RGB (Red+Green+Blue) = 148+118+82=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947652 is #6B89AD. Grayscale: #7B7B7B. Windows color (decimal): -7047598 or 5404308. OLE color: 5404308.

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

Color convert

RGB14811882-
CMYK00.200.450.42
HSL32.73º28.7%45.1%-
HSV(B)32.73º44.59%58.04%-
XYZ20.2119.8610.75-
YUV122.87104.94145.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=42.53%
G=33.91%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481188200.200.450.4232.7328.745.1
Hex9476520142D2A211d2d
Octal2241661220245552413555
Binary100101001110110101001001010010110110101010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947652; }

 p { color: rgb(148,118,82); }

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

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

 a { background-color: rgb(148,118,82); }

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

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

 span { border-color: rgb(148,118,82); }

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