#958072

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

Shades of Almond Frost #958072

Tints of Almond Frost #958072

Color information

#958072 (or 0x958072) is unknown color: approx Almond Frost. HEX triplet: 95, 80 and 72. RGB value is (149,128,114). Sum of RGB (Red+Green+Blue) = 149+128+114=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958072 is #6A7F8D. Grayscale: #848484. Windows color (decimal): -6979470 or 7504021. OLE color: 7504021.

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

Color convert

RGB149128114-
CMYK00.140.230.42
HSL24º14.17%51.57%-
HSV(B)24º23.49%58.43%-
XYZ23.1523.0419.15-
YUV132.68117.46139.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=38.11%
G=32.74%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912811400.140.230.422414.1751.57
Hex9580720E172A18e34
Octal2252001620162752301664
Binary100101011000000011100100111010111101010110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958072; }

 p { color: rgb(149,128,114); }

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

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

 a { background-color: rgb(149,128,114); }

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

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

 span { border-color: rgb(149,128,114); }

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