Html Css Color HEX #938376 Almond Frost

📋 copy color: '#938376'

red 147 ◦ green 131 ◦ blue 118

#938376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #938376

Tints of Almond Frost #938376

RGB

 RED value IS 147 (57.81% from 255) = 37.12%

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 37.12%
G = 33.08%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938376 (or 0x938376) is known color: Almond Frost. HEX triplet: 93, 83 and 76. RGB value is (147,131,118). Sum of RGB (Red+Green+Blue) = 147+131+118=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938376 is #6C7C89. Grayscale: #868686. Windows color (decimal): -7109770 or 7766931. OLE color: 7766931.

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

Color convert

RGB 147 131 118 -
CMYK 0 0.11 0.20 0.42
HSL 26.9º 0.12% 0.52% -
HSV(B) 26.9º 0.2% 0.58% -
XYZ 23.42 23.74 20.49 -
YUV 134.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 147 131 118 0 0.11 0.20 0.42 26.9 0.12 0.52
Hex 93 83 76 0 B 14 2A 1B C 34
Octal 223 203 166 0 13 24 52 33 14 64
Binary 10010011 10000011 1110110 0 1011 10100 101010 11011 1100 110100

Color Harmonies of #938376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938376

Black with #938376

Text Example


Text Example

White with #938376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938376; }

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

 H1.HeaderClassName
 {
   color: #938376;
 }
 .AnyTagClassName
 {
   color: #938376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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