Html Css Color HEX #948373 Almond Frost

📋 copy color: '#948373'

red 148 ◦ green 131 ◦ blue 115

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

Shades of Almond Frost #948373

Tints of Almond Frost #948373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 37.56%
G = 33.25%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948373 (or 0x948373) is known color: Almond Frost. HEX triplet: 94, 83 and 73. RGB value is (148,131,115). Sum of RGB (Red+Green+Blue) = 148+131+115=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948373 is #6B7C8C. Grayscale: #868686. Windows color (decimal): -7044237 or 7570324. OLE color: 7570324.

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

Color convert

RGB 148 131 115 -
CMYK 0 0.11 0.22 0.42
HSL 29.09º 0.13% 0.52% -
HSV(B) 29.09º 0.22% 0.58% -
XYZ 23.42 23.77 19.57 -
YUV 134.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 148 131 115 0 0.11 0.22 0.42 29.09 0.13 0.52
Hex 94 83 73 0 B 16 2A 1D D 34
Octal 224 203 163 0 13 26 52 35 15 64
Binary 10010100 10000011 1110011 0 1011 10110 101010 11101 1101 110100

Color Harmonies of #948373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948373

Black with #948373

Text Example


Text Example

White with #948373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948373; }

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

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

background-color css

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

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

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

border-color css

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

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

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