Html Css Color HEX #94837B Almond Frost

📋 copy color: '#94837B'

red 148 ◦ green 131 ◦ blue 123

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

Shades of Almond Frost #94837B

Tints of Almond Frost #94837B

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 36.82%
G = 32.59%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94837B (or 0x94837B) is known color: Almond Frost. HEX triplet: 94, 83 and 7B. RGB value is (148,131,123). Sum of RGB (Red+Green+Blue) = 148+131+123=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837B is #6B7C84. Grayscale: #878787. Windows color (decimal): -7044229 or 8094612. OLE color: 8094612.

HSL color Cylindrical-coordinate representation of color #94837B: hue angle of 19.2º 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 #94837B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 123 -
CMYK 0 0.11 0.17 0.42
HSL 19.2º 0.1% 0.53% -
HSV(B) 19.2º 0.17% 0.58% -
XYZ 23.9 23.96 22.1 -
YUV 135.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 148 131 123 0 0.11 0.17 0.42 19.2 0.1 0.53
Hex 94 83 7B 0 B 11 2A 13 A 35
Octal 224 203 173 0 13 21 52 23 12 65
Binary 10010100 10000011 1111011 0 1011 10001 101010 10011 1010 110101

Color Harmonies of #94837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94837B

Black with #94837B

Text Example


Text Example

White with #94837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94837B; }

 p { color: rgb(148,131,123); }

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

background-color css

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

 a { background-color: rgb(148,131,123); }

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

border-color css

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

 span { border-color: rgb(148,131,123); }

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