#97745F

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

Shades of Beaver #97745F

Tints of Beaver #97745F

Color information

#97745F (or 0x97745F) is unknown color: approx Beaver. HEX triplet: 97, 74 and 5F. RGB value is (151,116,95). Sum of RGB (Red+Green+Blue) = 151+116+95=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97745F is #688BA0. Grayscale: #7C7C7C. Windows color (decimal): -6851489 or 6255767. OLE color: 6255767.

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

Color convert

RGB15111695-
CMYK00.230.370.41
HSL22.5º22.76%48.24%-
HSV(B)22.5º37.09%59.22%-
XYZ21.0719.913.56-
YUV124.07111.6147.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=41.71%
G=32.04%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511169500.230.370.4122.522.7648.24
Hex97745F0172529161730
Octal2271641370274551262760
Binary10010111111010010111110101111001011010011011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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