#95755F

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

Shades of Beaver #95755F

Tints of Beaver #95755F

Color information

#95755F (or 0x95755F) is unknown color: approx Beaver. HEX triplet: 95, 75 and 5F. RGB value is (149,117,95). Sum of RGB (Red+Green+Blue) = 149+117+95=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95755F is #6A8AA0. Grayscale: #7C7C7C. Windows color (decimal): -6982305 or 6256021. OLE color: 6256021.

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

Color convert

RGB14911795-
CMYK00.210.360.42
HSL24.44º22.13%47.84%-
HSV(B)24.44º36.24%58.43%-
XYZ20.8219.9413.58-
YUV124.06111.6145.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=41.27%
G=32.41%
B=26.32%

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
Decimal1491179500.210.360.4224.4422.1347.84
Hex95755F015242A181630
Octal2251651370254452302660
Binary10010101111010110111110101011001001010101100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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