#928376

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

Shades of Almond Frost #928376

Tints of Almond Frost #928376

Color information

#928376 (or 0x928376) is unknown color: approx Almond Frost. HEX triplet: 92, 83 and 76. RGB value is (146,131,118). Sum of RGB (Red+Green+Blue) = 146+131+118=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #928376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928376 is #6D7C89. Grayscale: #868686. Windows color (decimal): -7175306 or 7766930. OLE color: 7766930.

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

Color convert

RGB146131118-
CMYK00.100.190.43
HSL27.86º11.38%51.76%-
HSV(B)27.86º19.18%57.25%-
XYZ23.2423.6520.48-
YUV134118.97136.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=36.96%
G=33.16%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613111800.100.190.4327.8611.3851.76
Hex9283760A132B1cb34
Octal2222031660122353341364
Binary100100101000001111101100101010011101011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928376; }

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

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

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

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

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

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

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

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