Html Css Color HEX #95814C Muesli

📋 copy color: '#95814C'

red 149 ◦ green 129 ◦ blue 76

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

Shades of Muesli #95814C

Tints of Muesli #95814C

RGB

 RED value IS 149 (58.59% from 255) = 42.09%

 GREEN value IS 129 (50.78% from 255) = 36.44%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 42.09%
G = 36.44%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95814C (or 0x95814C) is known color: Muesli. HEX triplet: 95, 81 and 4C. RGB value is (149,129,76). Sum of RGB (Red+Green+Blue) = 149+129+76=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95814C is #6A7EB3. Grayscale: #818181. Windows color (decimal): -6979252 or 5013909. OLE color: 5013909.

HSL color Cylindrical-coordinate representation of color #95814C: hue angle of 43.56º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95814C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 76 -
CMYK 0 0.13 0.49 0.42
HSL 43.56º 0.32% 0.44% -
HSV(B) 43.56º 0.49% 0.58% -
XYZ 21.55 22.61 10.07 -
YUV 128.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 149 129 76 0 0.13 0.49 0.42 43.56 0.32 0.44
Hex 95 81 4C 0 D 31 2A 2C 20 2C
Octal 225 201 114 0 15 61 52 54 40 54
Binary 10010101 10000001 1001100 0 1101 110001 101010 101100 100000 101100

Color Harmonies of #95814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95814C

Black with #95814C

Text Example


Text Example

White with #95814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95814C; }

 p { color: rgb(149,129,76); }

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

background-color css

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

 a { background-color: rgb(149,129,76); }

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

border-color css

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

 span { border-color: rgb(149,129,76); }

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