#95745B

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

Shades of Beaver #95745B

Tints of Beaver #95745B

Color information

#95745B (or 0x95745B) is unknown color: approx Beaver. HEX triplet: 95, 74 and 5B. RGB value is (149,116,91). Sum of RGB (Red+Green+Blue) = 149+116+91=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95745B is #6A8BA4. Grayscale: #7B7B7B. Windows color (decimal): -6982565 or 5993621. OLE color: 5993621.

HSL color Cylindrical-coordinate representation of color #95745B: hue angle of 25.86º 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 #95745B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14911691-
CMYK00.220.390.42
HSL25.86º24.17%47.06%-
HSV(B)25.86º38.93%58.43%-
XYZ20.5319.6412.61-
YUV123.02109.93146.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=41.85%
G=32.58%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491169100.220.390.4225.8624.1747.06
Hex95745B016272A1a182f
Octal2251641330264752323057
Binary10010101111010010110110101101001111010101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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