#938377

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

Shades of Almond Frost #938377

Tints of Almond Frost #938377

Color information

#938377 (or 0x938377) is unknown color: approx Almond Frost. HEX triplet: 93, 83 and 77. RGB value is (147,131,119). Sum of RGB (Red+Green+Blue) = 147+131+119=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938377 is #6C7C88. Grayscale: #868686. Windows color (decimal): -7109769 or 7832467. OLE color: 7832467.

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

Color convert

RGB147131119-
CMYK00.110.190.42
HSL25.71º11.48%52.16%-
HSV(B)25.71º19.05%57.65%-
XYZ23.4823.7720.8-
YUV134.42119.3136.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=37.03%
G=33.00%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713111900.110.190.4225.7111.4852.16
Hex9383770B132A1ab34
Octal2232031670132352321364
Binary100100111000001111101110101110011101010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938377; }

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

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

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

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

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

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

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

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