#95705C

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

Shades of Beaver #95705C

Tints of Beaver #95705C

Color information

#95705C (or 0x95705C) is unknown color: approx Beaver. HEX triplet: 95, 70 and 5C. RGB value is (149,112,92). Sum of RGB (Red+Green+Blue) = 149+112+92=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95705C is #6A8FA3. Grayscale: #787878. Windows color (decimal): -6983588 or 6058133. OLE color: 6058133.

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

Color convert

RGB14911292-
CMYK00.250.380.42
HSL21.05º23.65%47.25%-
HSV(B)21.05º38.26%58.43%-
XYZ20.1218.7512.68-
YUV120.78111.76148.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=42.21%
G=31.73%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491129200.250.380.4221.0523.6547.25
Hex95705C019262A15182f
Octal2251601340314652253057
Binary10010101111000010111000110011001101010101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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