#95725C

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

Shades of Beaver #95725C

Tints of Beaver #95725C

Color information

#95725C (or 0x95725C) is unknown color: approx Beaver. HEX triplet: 95, 72 and 5C. RGB value is (149,114,92). Sum of RGB (Red+Green+Blue) = 149+114+92=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95725C is #6A8DA3. Grayscale: #7A7A7A. Windows color (decimal): -6983076 or 6058645. OLE color: 6058645.

HSL color Cylindrical-coordinate representation of color #95725C: hue angle of 23.16º 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 #95725C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14911492-
CMYK00.230.380.42
HSL23.16º23.65%47.25%-
HSV(B)23.16º38.26%58.43%-
XYZ20.3419.212.76-
YUV121.96111.1147.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=41.97%
G=32.11%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491149200.230.380.4223.1623.6547.25
Hex95725C017262A17182f
Octal2251621340274652273057
Binary10010101111001010111000101111001101010101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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