Html Css Color HEX #948377 Almond Frost

📋 copy color: '#948377'

red 148 ◦ green 131 ◦ blue 119

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

Shades of Almond Frost #948377

Tints of Almond Frost #948377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 37.19%
G = 32.91%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#948377 (or 0x948377) is known color: Almond Frost. HEX triplet: 94, 83 and 77. RGB value is (148,131,119). Sum of RGB (Red+Green+Blue) = 148+131+119=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948377 is #6B7C88. Grayscale: #868686. Windows color (decimal): -7044233 or 7832468. OLE color: 7832468.

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

Color convert

RGB 148 131 119 -
CMYK 0 0.11 0.20 0.42
HSL 24.83º 0.12% 0.52% -
HSV(B) 24.83º 0.2% 0.58% -
XYZ 23.66 23.86 20.81 -
YUV 134.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 148 131 119 0 0.11 0.20 0.42 24.83 0.12 0.52
Hex 94 83 77 0 B 14 2A 19 C 34
Octal 224 203 167 0 13 24 52 31 14 64
Binary 10010100 10000011 1110111 0 1011 10100 101010 11001 1100 110100

Color Harmonies of #948377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948377

Black with #948377

Text Example


Text Example

White with #948377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948377; }

 p { color: rgb(148,131,119); }

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

background-color css

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

 a { background-color: rgb(148,131,119); }

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

border-color css

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

 span { border-color: rgb(148,131,119); }

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