#957055

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

Shades of Beaver #957055

Tints of Beaver #957055

Color information

#957055 (or 0x957055) is unknown color: approx Beaver. HEX triplet: 95, 70 and 55. RGB value is (149,112,85). Sum of RGB (Red+Green+Blue) = 149+112+85=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #957055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957055 is #6A8FAA. Grayscale: #787878. Windows color (decimal): -6983595 or 5599381. OLE color: 5599381.

HSL color Cylindrical-coordinate representation of color #957055: hue angle of 25.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957055 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14911285-
CMYK00.250.430.42
HSL25.31º27.35%45.88%-
HSV(B)25.31º42.95%58.43%-
XYZ19.8318.6311.15-
YUV119.98108.26148.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=43.06%
G=32.37%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491128500.250.430.4225.3127.3545.88
Hex9570550192B2A191b2e
Octal2251601250315352313356
Binary10010101111000010101010110011010111010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957055; }

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

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

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

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

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

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

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

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