#947750

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

Shades of Pale Brown #947750

Tints of Pale Brown #947750

Color information

#947750 (or 0x947750) is unknown color: approx Pale Brown. HEX triplet: 94, 77 and 50. RGB value is (148,119,80). Sum of RGB (Red+Green+Blue) = 148+119+80=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947750 is #6B88AF. Grayscale: #7B7B7B. Windows color (decimal): -7047344 or 5273492. OLE color: 5273492.

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

Color convert

RGB14811980-
CMYK00.200.460.42
HSL34.41º29.82%44.71%-
HSV(B)34.41º45.95%58.04%-
XYZ20.2620.0710.4-
YUV123.22103.61145.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=42.65%
G=34.29%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481198000.200.460.4234.4129.8244.71
Hex9477500142E2A221e2d
Octal2241671200245652423655
Binary100101001110111101000001010010111010101010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947750; }

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

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

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

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

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

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

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

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