Html Css Color HEX #948376 Almond Frost

📋 copy color: '#948376'

red 148 ◦ green 131 ◦ blue 118

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

Shades of Almond Frost #948376

Tints of Almond Frost #948376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 37.28%
G = 33%
B = 29.72%

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

#948376 (or 0x948376) is known color: Almond Frost. HEX triplet: 94, 83 and 76. RGB value is (148,131,118). Sum of RGB (Red+Green+Blue) = 148+131+118=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948376 is #6B7C89. Grayscale: #868686. Windows color (decimal): -7044234 or 7766932. OLE color: 7766932.

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

Color convert

RGB 148 131 118 -
CMYK 0 0.11 0.20 0.42
HSL 26º 0.12% 0.52% -
HSV(B) 26º 0.2% 0.58% -
XYZ 23.6 23.84 20.5 -
YUV 134.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 148 131 118 0 0.11 0.20 0.42 26 0.12 0.52
Hex 94 83 76 0 B 14 2A 1A C 34
Octal 224 203 166 0 13 24 52 32 14 64
Binary 10010100 10000011 1110110 0 1011 10100 101010 11010 1100 110100

Color Harmonies of #948376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948376

Black with #948376

Text Example


Text Example

White with #948376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948376; }

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

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

background-color css

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

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

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

border-color css

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

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

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