#95715A

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

Shades of Beaver #95715A

Tints of Beaver #95715A

Color information

#95715A (or 0x95715A) is unknown color: approx Beaver. HEX triplet: 95, 71 and 5A. RGB value is (149,113,90). Sum of RGB (Red+Green+Blue) = 149+113+90=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95715A is #6A8EA5. Grayscale: #797979. Windows color (decimal): -6983334 or 5927317. OLE color: 5927317.

HSL color Cylindrical-coordinate representation of color #95715A: hue angle of 23.39º 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 #95715A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14911390-
CMYK00.240.400.42
HSL23.39º24.69%46.86%-
HSV(B)23.39º39.6%58.43%-
XYZ20.1518.9412.27-
YUV121.14110.43147.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=42.33%
G=32.10%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491139000.240.400.4223.3924.6946.86
Hex95715A018282A17192f
Octal2251611320305052273157
Binary10010101111000110110100110001010001010101011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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