#95877B

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

Shades of Almond Frost #95877B

Tints of Almond Frost #95877B

Color information

#95877B (or 0x95877B) is unknown color: approx Almond Frost. HEX triplet: 95, 87 and 7B. RGB value is (149,135,123). Sum of RGB (Red+Green+Blue) = 149+135+123=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95877B is #6A7884. Grayscale: #898989. Windows color (decimal): -6977669 or 8095637. OLE color: 8095637.

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

Color convert

RGB149135123-
CMYK00.090.170.42
HSL27.69º10.92%53.33%-
HSV(B)27.69º17.45%58.43%-
XYZ24.6325.1522.29-
YUV137.82119.64135.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=36.61%
G=33.17%
B=30.22%

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
Decimal14913512300.090.170.4227.6910.9253.33
Hex95877B09112A1cb35
Octal2252071730112152341365
Binary100101011000011111110110100110001101010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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