#94837A

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

Shades of Almond Frost #94837A

Tints of Almond Frost #94837A

Color information

#94837A (or 0x94837A) is unknown color: approx Almond Frost. HEX triplet: 94, 83 and 7A. RGB value is (148,131,122). Sum of RGB (Red+Green+Blue) = 148+131+122=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837A is #6B7C85. Grayscale: #878787. Windows color (decimal): -7044230 or 8029076. OLE color: 8029076.

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

Color convert

RGB148131122-
CMYK00.110.180.42
HSL20.77º10.83%52.94%-
HSV(B)20.77º17.57%58.04%-
XYZ23.8423.9321.78-
YUV135.06120.63137.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=36.91%
G=32.67%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112200.110.180.4220.7710.8352.94
Hex94837A0B122A15b35
Octal2242031720132252251365
Binary100101001000001111110100101110010101010101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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