Html Css Color HEX #948479 Almond Frost

📋 copy color: '#948479'

red 148 ◦ green 132 ◦ blue 121

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

Shades of Almond Frost #948479

Tints of Almond Frost #948479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 36.91%
G = 32.92%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948479 (or 0x948479) is known color: Almond Frost. HEX triplet: 94, 84 and 79. RGB value is (148,132,121). Sum of RGB (Red+Green+Blue) = 148+132+121=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948479 is #6B7B86. Grayscale: #878787. Windows color (decimal): -7043975 or 7963796. OLE color: 7963796.

HSL color Cylindrical-coordinate representation of color #948479: hue angle of 24.44º 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 #948479 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 121 -
CMYK 0 0.11 0.18 0.42
HSL 24.44º 0.11% 0.53% -
HSV(B) 24.44º 0.18% 0.58% -
XYZ 23.92 24.18 21.5 -
YUV 135.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 148 132 121 0 0.11 0.18 0.42 24.44 0.11 0.53
Hex 94 84 79 0 B 12 2A 18 B 35
Octal 224 204 171 0 13 22 52 30 13 65
Binary 10010100 10000100 1111001 0 1011 10010 101010 11000 1011 110101

Color Harmonies of #948479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948479

Black with #948479

Text Example


Text Example

White with #948479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948479; }

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

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

background-color css

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

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

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

border-color css

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

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

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