#958372

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

Shades of Almond Frost #958372

Tints of Almond Frost #958372

Color information

#958372 (or 0x958372) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 72. RGB value is (149,131,114). Sum of RGB (Red+Green+Blue) = 149+131+114=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958372 is #6A7C8D. Grayscale: #868686. Windows color (decimal): -6978702 or 7504789. OLE color: 7504789.

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

Color convert

RGB149131114-
CMYK00.120.230.42
HSL29.14º14.17%51.57%-
HSV(B)29.14º23.49%58.43%-
XYZ23.5523.8419.28-
YUV134.44116.46138.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=37.82%
G=33.25%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913111400.120.230.4229.1414.1751.57
Hex9583720C172A1de34
Octal2252031620142752351664
Binary100101011000001111100100110010111101010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958372; }

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

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

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

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

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

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

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

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