Html Css Color HEX #95877F Almond Frost

📋 copy color: '#95877F'

red 149 ◦ green 135 ◦ blue 127

#95877F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #95877F

Tints of Almond Frost #95877F

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

 GREEN value IS 135 (53.13% from 255) = 32.85%

 BLUE value IS 127 (50% from 255) = 30.9%

R = 36.25%
G = 32.85%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95877F (or 0x95877F) is known color: Almond Frost. HEX triplet: 95, 87 and 7F. RGB value is (149,135,127). Sum of RGB (Red+Green+Blue) = 149+135+127=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #95877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95877F is #6A7880. Grayscale: #8A8A8A. Windows color (decimal): -6977665 or 8357781. OLE color: 8357781.

HSL color Cylindrical-coordinate representation of color #95877F: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95877F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 127 -
CMYK 0 0.09 0.15 0.42
HSL 21.82º 0.09% 0.54% -
HSV(B) 21.82º 0.15% 0.58% -
XYZ 24.89 25.25 23.64 -
YUV 138.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 149 135 127 0 0.09 0.15 0.42 21.82 0.09 0.54
Hex 95 87 7F 0 9 F 2A 16 9 36
Octal 225 207 177 0 11 17 52 26 11 66
Binary 10010101 10000111 1111111 0 1001 1111 101010 10110 1001 110110

Color Harmonies of #95877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95877F

Black with #95877F

Text Example


Text Example

White with #95877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95877F;
 }
 .AnyTagClassName
 {
   color: #95877F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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