Html Css Color HEX #948378 Almond Frost

📋 copy color: '#948378'

red 148 ◦ green 131 ◦ blue 120

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

Shades of Almond Frost #948378

Tints of Almond Frost #948378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 37.09%
G = 32.83%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948378 (or 0x948378) is known color: Almond Frost. HEX triplet: 94, 83 and 78. RGB value is (148,131,120). Sum of RGB (Red+Green+Blue) = 148+131+120=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948378 is #6B7C87. Grayscale: #868686. Windows color (decimal): -7044232 or 7898004. OLE color: 7898004.

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

Color convert

RGB 148 131 120 -
CMYK 0 0.11 0.19 0.42
HSL 23.57º 0.12% 0.53% -
HSV(B) 23.57º 0.19% 0.58% -
XYZ 23.72 23.88 21.13 -
YUV 134.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 148 131 120 0 0.11 0.19 0.42 23.57 0.12 0.53
Hex 94 83 78 0 B 13 2A 18 C 35
Octal 224 203 170 0 13 23 52 30 14 65
Binary 10010100 10000011 1111000 0 1011 10011 101010 11000 1100 110101

Color Harmonies of #948378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948378

Black with #948378

Text Example


Text Example

White with #948378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948378; }

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

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

background-color css

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

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

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

border-color css

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

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

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