#95715B

Color #95715B Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #95715B

Tints of Beaver #95715B

Color information

#95715B (or 0x95715B) is unknown color: approx Beaver. HEX triplet: 95, 71 and 5B. RGB value is (149,113,91). Sum of RGB (Red+Green+Blue) = 149+113+91=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95715B is #6A8EA4. Grayscale: #797979. Windows color (decimal): -6983333 or 5992853. OLE color: 5992853.

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

Color convert

RGB14911391-
CMYK00.240.390.42
HSL22.76º24.17%47.06%-
HSV(B)22.76º38.93%58.43%-
XYZ20.1918.9612.49-
YUV121.26110.93147.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=42.21%
G=32.01%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491139100.240.390.4222.7624.1747.06
Hex95715B018272A17182f
Octal2251611330304752273057
Binary10010101111000110110110110001001111010101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,113,91); }

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

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

 a { background-color: rgb(149,113,91); }

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

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

 span { border-color: rgb(149,113,91); }

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