#94837B

Color #94837B Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #94837B

Tints of Almond Frost #94837B

Color information

#94837B (or 0x94837B) is unknown color: approx Almond Frost. HEX triplet: 94, 83 and 7B. RGB value is (148,131,123). Sum of RGB (Red+Green+Blue) = 148+131+123=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837B is #6B7C84. Grayscale: #878787. Windows color (decimal): -7044229 or 8094612. OLE color: 8094612.

HSL color Cylindrical-coordinate representation of color #94837B: hue angle of 19.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94837B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB148131123-
CMYK00.110.170.42
HSL19.2º10.46%53.14%-
HSV(B)19.2º16.89%58.04%-
XYZ23.923.9622.1-
YUV135.17121.13137.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=36.82%
G=32.59%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112300.110.170.4219.210.4653.14
Hex94837B0B112A13a35
Octal2242031730132152231265
Binary100101001000001111110110101110001101010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,131,123); }

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

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

 a { background-color: rgb(148,131,123); }

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

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

 span { border-color: rgb(148,131,123); }

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