#958377

Color #958377 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #958377

Tints of Almond Frost #958377

Color information

#958377 (or 0x958377) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 77. RGB value is (149,131,119). Sum of RGB (Red+Green+Blue) = 149+131+119=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958377 is #6A7C88. Grayscale: #878787. Windows color (decimal): -6978697 or 7832469. OLE color: 7832469.

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

Color convert

RGB149131119-
CMYK00.120.200.42
HSL24º12.4%52.55%-
HSV(B)24º20.13%58.43%-
XYZ23.8423.9520.82-
YUV135.01118.96137.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=37.34%
G=32.83%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913111900.120.200.422412.452.55
Hex9583770C142A18c35
Octal2252031670142452301465
Binary100101011000001111101110110010100101010110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958377; }

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

 H1.HeaderClassName
 {
   color: #958377;
 }
 .AnyTagClassName
 {
   color: #958377;
 }
</style>
background-color css

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

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

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

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

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

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