Html Css Color HEX #948375 Almond Frost

📋 copy color: '#948375'

red 148 ◦ green 131 ◦ blue 117

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

Shades of Almond Frost #948375

Tints of Almond Frost #948375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 37.37%
G = 33.08%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948375 (or 0x948375) is known color: Almond Frost. HEX triplet: 94, 83 and 75. RGB value is (148,131,117). Sum of RGB (Red+Green+Blue) = 148+131+117=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948375 is #6B7C8A. Grayscale: #868686. Windows color (decimal): -7044235 or 7701396. OLE color: 7701396.

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

Color convert

RGB 148 131 117 -
CMYK 0 0.11 0.21 0.42
HSL 27.1º 0.13% 0.52% -
HSV(B) 27.1º 0.21% 0.58% -
XYZ 23.54 23.81 20.19 -
YUV 134.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 148 131 117 0 0.11 0.21 0.42 27.1 0.13 0.52
Hex 94 83 75 0 B 15 2A 1B D 34
Octal 224 203 165 0 13 25 52 33 15 64
Binary 10010100 10000011 1110101 0 1011 10101 101010 11011 1101 110100

Color Harmonies of #948375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948375

Black with #948375

Text Example


Text Example

White with #948375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948375; }

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

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

background-color css

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

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

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

border-color css

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

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

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