#94775A

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

Shades of Pale Brown #94775A

Tints of Pale Brown #94775A

Color information

#94775A (or 0x94775A) is unknown color: approx Pale Brown. HEX triplet: 94, 77 and 5A. RGB value is (148,119,90). Sum of RGB (Red+Green+Blue) = 148+119+90=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94775A is #6B88A5. Grayscale: #7C7C7C. Windows color (decimal): -7047334 or 5928852. OLE color: 5928852.

HSL color Cylindrical-coordinate representation of color #94775A: hue angle of 30º 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 #94775A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14811990-
CMYK00.200.390.42
HSL30º24.37%46.67%-
HSV(B)30º39.19%58.04%-
XYZ20.6620.2312.49-
YUV124.36108.61144.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=41.46%
G=33.33%
B=25.21%

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
Decimal1481199000.200.390.423024.3746.67
Hex94775A014272A1e182f
Octal2241671320244752363057
Binary10010100111011110110100101001001111010101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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