#9B7158

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

Shades of Beaver #9B7158

Tints of Beaver #9B7158

Color information

#9B7158 (or 0x9B7158) is unknown color: approx Beaver. HEX triplet: 9B, 71 and 58. RGB value is (155,113,88). Sum of RGB (Red+Green+Blue) = 155+113+88=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7158 is #648EA7. Grayscale: #7A7A7A. Windows color (decimal): -6590120 or 5796251. OLE color: 5796251.

HSL color Cylindrical-coordinate representation of color #9B7158: hue angle of 22.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7158 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB15511388-
CMYK00.270.430.39
HSL22.39º27.57%47.65%-
HSV(B)22.39º43.23%60.78%-
XYZ21.1819.4811.88-
YUV122.71108.41151.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=43.54%
G=31.74%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551138800.270.430.3922.3927.5747.65
Hex9B715801B2B27161c30
Octal2331611300335347263460
Binary10011011111000110110000110111010111001111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7158; }

 p { color: rgb(155,113,88); }

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

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

 a { background-color: rgb(155,113,88); }

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

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

 span { border-color: rgb(155,113,88); }

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