#94775B

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

Shades of Pale Brown #94775B

Tints of Pale Brown #94775B

Color information

#94775B (or 0x94775B) is unknown color: approx Pale Brown. HEX triplet: 94, 77 and 5B. RGB value is (148,119,91). Sum of RGB (Red+Green+Blue) = 148+119+91=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94775B is #6B88A4. Grayscale: #7C7C7C. Windows color (decimal): -7047333 or 5994388. OLE color: 5994388.

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

Color convert

RGB14811991-
CMYK00.200.390.42
HSL29.47º23.85%46.86%-
HSV(B)29.47º38.51%58.04%-
XYZ20.720.2412.71-
YUV124.48109.11144.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=41.34%
G=33.24%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481199100.200.390.4229.4723.8546.86
Hex94775B014272A1d182f
Octal2241671330244752353057
Binary10010100111011110110110101001001111010101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94775B; }

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

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

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

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

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

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

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

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