#94877B

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

Shades of Almond Frost #94877B

Tints of Almond Frost #94877B

Color information

#94877B (or 0x94877B) is unknown color: approx Almond Frost. HEX triplet: 94, 87 and 7B. RGB value is (148,135,123). Sum of RGB (Red+Green+Blue) = 148+135+123=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94877B is #6B7884. Grayscale: #898989. Windows color (decimal): -7043205 or 8095636. OLE color: 8095636.

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

Color convert

RGB148135123-
CMYK00.090.170.42
HSL28.8º10.46%53.14%-
HSV(B)28.8º16.89%58.04%-
XYZ24.4525.0522.29-
YUV137.52119.81135.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=36.45%
G=33.25%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813512300.090.170.4228.810.4653.14
Hex94877B09112A1da35
Octal2242071730112152351265
Binary100101001000011111110110100110001101010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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