#95815C

Color #95815C Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #95815C

Tints of Muesli #95815C

Color information

#95815C (or 0x95815C) is unknown color: approx Muesli. HEX triplet: 95, 81 and 5C. RGB value is (149,129,92). Sum of RGB (Red+Green+Blue) = 149+129+92=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95815C is #6A7EA3. Grayscale: #828282. Windows color (decimal): -6979236 or 6062485. OLE color: 6062485.

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

Color convert

RGB14912992-
CMYK00.130.380.42
HSL38.95º23.65%47.25%-
HSV(B)38.95º38.26%58.43%-
XYZ22.1822.8613.37-
YUV130.76106.13141.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=40.27%
G=34.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491299200.130.380.4238.9523.6547.25
Hex95815C0D262A27182f
Octal2252011340154652473057
Binary100101011000000110111000110110011010101010011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95815C;
 }
 .AnyTagClassName
 {
   color: #95815C;
 }
</style>
background-color css

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

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

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

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

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

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