Html Css Color HEX #958378 Almond Frost

📋 copy color: '#958378'

red 149 ◦ green 131 ◦ blue 120

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

Shades of Almond Frost #958378

Tints of Almond Frost #958378

RGB

 RED value IS 149 (58.59% from 255) = 37.25%

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

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

R = 37.25%
G = 32.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958378 (or 0x958378) is known color: Almond Frost. HEX triplet: 95, 83 and 78. RGB value is (149,131,120). Sum of RGB (Red+Green+Blue) = 149+131+120=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #958378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958378 is #6A7C87. Grayscale: #878787. Windows color (decimal): -6978696 or 7898005. OLE color: 7898005.

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

Color convert

RGB 149 131 120 -
CMYK 0 0.12 0.19 0.42
HSL 22.76º 0.12% 0.53% -
HSV(B) 22.76º 0.19% 0.58% -
XYZ 23.9 23.98 21.14 -
YUV 135.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 149 131 120 0 0.12 0.19 0.42 22.76 0.12 0.53
Hex 95 83 78 0 C 13 2A 17 C 35
Octal 225 203 170 0 14 23 52 27 14 65
Binary 10010101 10000011 1111000 0 1100 10011 101010 10111 1100 110101

Color Harmonies of #958378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958378

Black with #958378

Text Example


Text Example

White with #958378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958378; }

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

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

background-color css

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

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

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

border-color css

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

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

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