#97735B

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

Shades of Beaver #97735B

Tints of Beaver #97735B

Color information

#97735B (or 0x97735B) is unknown color: approx Beaver. HEX triplet: 97, 73 and 5B. RGB value is (151,115,91). Sum of RGB (Red+Green+Blue) = 151+115+91=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97735B is #688CA4. Grayscale: #7B7B7B. Windows color (decimal): -6851749 or 5993367. OLE color: 5993367.

HSL color Cylindrical-coordinate representation of color #97735B: hue angle of 24º 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 #97735B is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15111591-
CMYK00.240.400.41
HSL24º24.79%47.45%-
HSV(B)24º39.74%59.22%-
XYZ20.7819.612.58-
YUV123.03109.93147.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=42.30%
G=32.21%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511159100.240.400.412424.7947.45
Hex97735B018282918192f
Octal2271631330305051303157
Binary10010111111001110110110110001010001010011100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97735B; }

 p { color: rgb(151,115,91); }

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

<style>
 a { background-color: #97735B; }

 a { background-color: rgb(151,115,91); }

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

<style>
 span { border-color: #97735B; }

 span { border-color: rgb(151,115,91); }

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