Html Css Color HEX #947B42 Muesli

📋 copy color: '#947B42'

red 148 ◦ green 123 ◦ blue 66

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

Shades of Muesli #947B42

Tints of Muesli #947B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.5%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 43.92%
G = 36.5%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#947B42 (or 0x947B42) is known color: Muesli. HEX triplet: 94, 7B and 42. RGB value is (148,123,66). Sum of RGB (Red+Green+Blue) = 148+123+66=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #947B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B42 is #6B84BD. Grayscale: #7C7C7C. Windows color (decimal): -7046334 or 4357012. OLE color: 4357012.

HSL color Cylindrical-coordinate representation of color #947B42: hue angle of 41.71º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #947B42 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 66 -
CMYK 0 0.17 0.55 0.42
HSL 41.71º 0.38% 0.42% -
HSV(B) 41.71º 0.55% 0.58% -
XYZ 20.28 20.86 8.11 -
YUV 123.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 148 123 66 0 0.17 0.55 0.42 41.71 0.38 0.42
Hex 94 7B 42 0 11 37 2A 2A 26 2A
Octal 224 173 102 0 21 67 52 52 46 52
Binary 10010100 1111011 1000010 0 10001 110111 101010 101010 100110 101010

Color Harmonies of #947B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B42

Black with #947B42

Text Example


Text Example

White with #947B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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