#94765B

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

Shades of Pale Brown #94765B

Tints of Pale Brown #94765B

Color information

#94765B (or 0x94765B) is unknown color: approx Pale Brown. HEX triplet: 94, 76 and 5B. RGB value is (148,118,91). Sum of RGB (Red+Green+Blue) = 148+118+91=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94765B is #6B89A4. Grayscale: #7C7C7C. Windows color (decimal): -7047589 or 5994132. OLE color: 5994132.

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

Color convert

RGB14811891-
CMYK00.200.390.42
HSL28.42º23.85%46.86%-
HSV(B)28.42º38.51%58.04%-
XYZ20.5820.0112.67-
YUV123.89109.44145.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=41.46%
G=33.05%
B=25.49%

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
Decimal1481189100.200.390.4228.4223.8546.86
Hex94765B014272A1c182f
Octal2241661330244752343057
Binary10010100111011010110110101001001111010101110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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