Html Css Color HEX #948579 Almond Frost

📋 copy color: '#948579'

red 148 ◦ green 133 ◦ blue 121

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

Shades of Almond Frost #948579

Tints of Almond Frost #948579

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 36.82%
G = 33.08%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948579 (or 0x948579) is known color: Almond Frost. HEX triplet: 94, 85 and 79. RGB value is (148,133,121). Sum of RGB (Red+Green+Blue) = 148+133+121=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948579 is #6B7A86. Grayscale: #888888. Windows color (decimal): -7043719 or 7964052. OLE color: 7964052.

HSL color Cylindrical-coordinate representation of color #948579: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948579 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 121 -
CMYK 0 0.10 0.18 0.42
HSL 26.67º 0.11% 0.53% -
HSV(B) 26.67º 0.18% 0.58% -
XYZ 24.05 24.45 21.54 -
YUV 136.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 148 133 121 0 0.10 0.18 0.42 26.67 0.11 0.53
Hex 94 85 79 0 A 12 2A 1B B 35
Octal 224 205 171 0 12 22 52 33 13 65
Binary 10010100 10000101 1111001 0 1010 10010 101010 11011 1011 110101

Color Harmonies of #948579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948579

Black with #948579

Text Example


Text Example

White with #948579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948579; }

 p { color: rgb(148,133,121); }

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

background-color css

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

 a { background-color: rgb(148,133,121); }

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

border-color css

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

 span { border-color: rgb(148,133,121); }

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