#9B7058

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

Shades of Beaver #9B7058

Tints of Beaver #9B7058

Color information

#9B7058 (or 0x9B7058) is unknown color: approx Beaver. HEX triplet: 9B, 70 and 58. RGB value is (155,112,88). Sum of RGB (Red+Green+Blue) = 155+112+88=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7058 is #648FA7. Grayscale: #7A7A7A. Windows color (decimal): -6590376 or 5795995. OLE color: 5795995.

HSL color Cylindrical-coordinate representation of color #9B7058: hue angle of 21.49º 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 #9B7058 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB15511288-
CMYK00.280.430.39
HSL21.49º27.57%47.65%-
HSV(B)21.49º43.23%60.78%-
XYZ21.0719.2611.84-
YUV122.12108.75151.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=43.66%
G=31.55%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551128800.280.430.3921.4927.5747.65
Hex9B705801C2B27151c30
Octal2331601300345347253460
Binary10011011111000010110000111001010111001111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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