#93837A

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

Shades of Almond Frost #93837A

Tints of Almond Frost #93837A

Color information

#93837A (or 0x93837A) is unknown color: approx Almond Frost. HEX triplet: 93, 83 and 7A. RGB value is (147,131,122). Sum of RGB (Red+Green+Blue) = 147+131+122=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #93837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93837A is #6C7C85. Grayscale: #868686. Windows color (decimal): -7109766 or 8029075. OLE color: 8029075.

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

Color convert

RGB147131122-
CMYK00.110.170.42
HSL21.6º10.37%52.75%-
HSV(B)21.6º17.01%57.65%-
XYZ23.6623.8421.77-
YUV134.76120.8136.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=36.75%
G=32.75%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713112200.110.170.4221.610.3752.75
Hex93837A0B112A16a35
Octal2232031720132152261265
Binary100100111000001111110100101110001101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93837A; }

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

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

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

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

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

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

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

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