#95755C

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

Shades of Beaver #95755C

Tints of Beaver #95755C

Color information

#95755C (or 0x95755C) is unknown color: approx Beaver. HEX triplet: 95, 75 and 5C. RGB value is (149,117,92). Sum of RGB (Red+Green+Blue) = 149+117+92=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95755C is #6A8AA3. Grayscale: #7B7B7B. Windows color (decimal): -6982308 or 6059413. OLE color: 6059413.

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

Color convert

RGB14911792-
CMYK00.210.380.42
HSL26.32º23.65%47.25%-
HSV(B)26.32º38.26%58.43%-
XYZ20.6919.8812.87-
YUV123.72110.1146.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=41.62%
G=32.68%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491179200.210.380.4226.3223.6547.25
Hex95755C015262A1a182f
Octal2251651340254652323057
Binary10010101111010110111000101011001101010101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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