#95765F

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

Shades of Beaver #95765F

Tints of Beaver #95765F

Color information

#95765F (or 0x95765F) is unknown color: approx Beaver. HEX triplet: 95, 76 and 5F. RGB value is (149,118,95). Sum of RGB (Red+Green+Blue) = 149+118+95=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95765F is #6A89A0. Grayscale: #7C7C7C. Windows color (decimal): -6982049 or 6256277. OLE color: 6256277.

HSL color Cylindrical-coordinate representation of color #95765F: hue angle of 25.56º 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 #95765F is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14911895-
CMYK00.210.360.42
HSL25.56º22.13%47.84%-
HSV(B)25.56º36.24%58.43%-
XYZ20.9420.1713.62-
YUV124.65111.27145.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=41.16%
G=32.60%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491189500.210.360.4225.5622.1347.84
Hex95765F015242A1a1630
Octal2251661370254452322660
Binary10010101111011010111110101011001001010101101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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