Html Css Color HEX #95877D Almond Frost

📋 copy color: '#95877D'

red 149 ◦ green 135 ◦ blue 125

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

Shades of Almond Frost #95877D

Tints of Almond Frost #95877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 36.43%
G = 33.01%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95877D (or 0x95877D) is known color: Almond Frost. HEX triplet: 95, 87 and 7D. RGB value is (149,135,125). Sum of RGB (Red+Green+Blue) = 149+135+125=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95877D is #6A7882. Grayscale: #8A8A8A. Windows color (decimal): -6977667 or 8226709. OLE color: 8226709.

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

Color convert

RGB 149 135 125 -
CMYK 0 0.09 0.16 0.42
HSL 25º 0.1% 0.54% -
HSV(B) 25º 0.16% 0.58% -
XYZ 24.76 25.2 22.96 -
YUV 138.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 149 135 125 0 0.09 0.16 0.42 25 0.1 0.54
Hex 95 87 7D 0 9 10 2A 19 A 36
Octal 225 207 175 0 11 20 52 31 12 66
Binary 10010101 10000111 1111101 0 1001 10000 101010 11001 1010 110110

Color Harmonies of #95877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95877D

Black with #95877D

Text Example


Text Example

White with #95877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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