#928377

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

Shades of Almond Frost #928377

Tints of Almond Frost #928377

Color information

#928377 (or 0x928377) is unknown color: approx Almond Frost. HEX triplet: 92, 83 and 77. RGB value is (146,131,119). Sum of RGB (Red+Green+Blue) = 146+131+119=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928377 is #6D7C88. Grayscale: #868686. Windows color (decimal): -7175305 or 7832466. OLE color: 7832466.

HSL color Cylindrical-coordinate representation of color #928377: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928377 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146131119-
CMYK00.100.180.43
HSL26.67º11.02%51.96%-
HSV(B)26.67º18.49%57.25%-
XYZ23.323.6820.79-
YUV134.12119.47136.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=36.87%
G=33.08%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613111900.100.180.4326.6711.0251.96
Hex9283770A122B1bb34
Octal2222031670122253331364
Binary100100101000001111101110101010010101011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928377; }

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

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

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

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

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

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

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

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