#9B745A

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

Shades of Beaver #9B745A

Tints of Beaver #9B745A

Color information

#9B745A (or 0x9B745A) is unknown color: approx Beaver. HEX triplet: 9B, 74 and 5A. RGB value is (155,116,90). Sum of RGB (Red+Green+Blue) = 155+116+90=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B745A is #648BA5. Grayscale: #7C7C7C. Windows color (decimal): -6589350 or 5928091. OLE color: 5928091.

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

Color convert

RGB15511690-
CMYK00.250.420.39
HSL24º26.53%48.04%-
HSV(B)24º41.94%60.78%-
XYZ21.6120.212.43-
YUV124.7108.42149.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=42.94%
G=32.13%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551169000.250.420.392426.5348.04
Hex9B745A0192A27181b30
Octal2331641320315247303360
Binary10011011111010010110100110011010101001111100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,90); }

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

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

 a { background-color: rgb(155,116,90); }

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

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

 span { border-color: rgb(155,116,90); }

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