Html Css Color HEX #958275 Almond Frost

📋 copy color: '#958275'

red 149 ◦ green 130 ◦ blue 117

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

Shades of Almond Frost #958275

Tints of Almond Frost #958275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 37.63%
G = 32.83%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958275 (or 0x958275) is known color: Almond Frost. HEX triplet: 95, 82 and 75. RGB value is (149,130,117). Sum of RGB (Red+Green+Blue) = 149+130+117=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958275 is #6A7D8A. Grayscale: #868686. Windows color (decimal): -6978955 or 7701141. OLE color: 7701141.

HSL color Cylindrical-coordinate representation of color #958275: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958275 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 117 -
CMYK 0 0.13 0.21 0.42
HSL 24.38º 0.13% 0.52% -
HSV(B) 24.38º 0.21% 0.58% -
XYZ 23.59 23.64 20.15 -
YUV 134.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 149 130 117 0 0.13 0.21 0.42 24.38 0.13 0.52
Hex 95 82 75 0 D 15 2A 18 D 34
Octal 225 202 165 0 15 25 52 30 15 64
Binary 10010101 10000010 1110101 0 1101 10101 101010 11000 1101 110100

Color Harmonies of #958275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958275

Black with #958275

Text Example


Text Example

White with #958275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958275; }

 p { color: rgb(149,130,117); }

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

background-color css

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

 a { background-color: rgb(149,130,117); }

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

border-color css

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

 span { border-color: rgb(149,130,117); }

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