#95725F

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

Shades of Beaver #95725F

Tints of Beaver #95725F

Color information

#95725F (or 0x95725F) is unknown color: approx Beaver. HEX triplet: 95, 72 and 5F. RGB value is (149,114,95). Sum of RGB (Red+Green+Blue) = 149+114+95=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95725F is #6A8DA0. Grayscale: #7A7A7A. Windows color (decimal): -6983073 or 6255253. OLE color: 6255253.

HSL color Cylindrical-coordinate representation of color #95725F: hue angle of 21.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95725F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14911495-
CMYK00.230.360.42
HSL21.11º22.13%47.84%-
HSV(B)21.11º36.24%58.43%-
XYZ20.4819.2513.46-
YUV122.3112.6147.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=41.62%
G=31.84%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491149500.230.360.4221.1122.1347.84
Hex95725F017242A151630
Octal2251621370274452252660
Binary10010101111001010111110101111001001010101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95725F; }

 p { color: rgb(149,114,95); }

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

<style>
 a { background-color: #95725F; }

 a { background-color: rgb(149,114,95); }

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

<style>
 span { border-color: #95725F; }

 span { border-color: rgb(149,114,95); }

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