Html Css Color HEX #95815A Muesli

📋 copy color: '#95815A'

red 149 ◦ green 129 ◦ blue 90

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

Shades of Muesli #95815A

Tints of Muesli #95815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 40.49%
G = 35.05%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95815A (or 0x95815A) is known color: Muesli. HEX triplet: 95, 81 and 5A. RGB value is (149,129,90). Sum of RGB (Red+Green+Blue) = 149+129+90=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #95815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95815A is #6A7EA5. Grayscale: #828282. Windows color (decimal): -6979238 or 5931413. OLE color: 5931413.

HSL color Cylindrical-coordinate representation of color #95815A: hue angle of 39.66º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95815A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 90 -
CMYK 0 0.13 0.40 0.42
HSL 39.66º 0.25% 0.47% -
HSV(B) 39.66º 0.4% 0.58% -
XYZ 22.09 22.83 12.91 -
YUV 130.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 149 129 90 0 0.13 0.40 0.42 39.66 0.25 0.47
Hex 95 81 5A 0 D 28 2A 28 19 2F
Octal 225 201 132 0 15 50 52 50 31 57
Binary 10010101 10000001 1011010 0 1101 101000 101010 101000 11001 101111

Color Harmonies of #95815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95815A

Black with #95815A

Text Example


Text Example

White with #95815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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