Html Css Color HEX #95814B Muesli

📋 copy color: '#95814B'

red 149 ◦ green 129 ◦ blue 75

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

Shades of Muesli #95814B

Tints of Muesli #95814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 42.21%
G = 36.54%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95814B (or 0x95814B) is known color: Muesli. HEX triplet: 95, 81 and 4B. RGB value is (149,129,75). Sum of RGB (Red+Green+Blue) = 149+129+75=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95814B is #6A7EB4. Grayscale: #818181. Windows color (decimal): -6979253 or 4948373. OLE color: 4948373.

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

Color convert

RGB 149 129 75 -
CMYK 0 0.13 0.50 0.42
HSL 43.78º 0.33% 0.44% -
HSV(B) 43.78º 0.5% 0.58% -
XYZ 21.51 22.6 9.88 -
YUV 128.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 149 129 75 0 0.13 0.50 0.42 43.78 0.33 0.44
Hex 95 81 4B 0 D 32 2A 2C 21 2C
Octal 225 201 113 0 15 62 52 54 41 54
Binary 10010101 10000001 1001011 0 1101 110010 101010 101100 100001 101100

Color Harmonies of #95814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95814B

Black with #95814B

Text Example


Text Example

White with #95814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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