#97745A

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

Shades of Beaver #97745A

Tints of Beaver #97745A

Color information

#97745A (or 0x97745A) is unknown color: approx Beaver. HEX triplet: 97, 74 and 5A. RGB value is (151,116,90). Sum of RGB (Red+Green+Blue) = 151+116+90=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97745A is #688BA5. Grayscale: #7B7B7B. Windows color (decimal): -6851494 or 5928087. OLE color: 5928087.

HSL color Cylindrical-coordinate representation of color #97745A: hue angle of 25.57º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97745A is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15111690-
CMYK00.230.400.41
HSL25.57º25.31%47.25%-
HSV(B)25.57º40.4%59.22%-
XYZ20.8519.8112.4-
YUV123.5109.1147.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=42.30%
G=32.49%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511169000.230.400.4125.5725.3147.25
Hex97745A01728291a192f
Octal2271641320275051323157
Binary10010111111010010110100101111010001010011101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97745A; }

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

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

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

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

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

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

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

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