#997359

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

Shades of Beaver #997359

Tints of Beaver #997359

Color information

#997359 (or 0x997359) is unknown color: approx Beaver. HEX triplet: 99, 73 and 59. RGB value is (153,115,89). Sum of RGB (Red+Green+Blue) = 153+115+89=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997359 is #668CA6. Grayscale: #7B7B7B. Windows color (decimal): -6720679 or 5862297. OLE color: 5862297.

HSL color Cylindrical-coordinate representation of color #997359: hue angle of 24.37º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997359 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15311589-
CMYK00.250.420.4
HSL24.37º26.45%47.45%-
HSV(B)24.37º41.83%60%-
XYZ21.0719.7612.15-
YUV123.4108.59149.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=42.86%
G=32.21%
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.4
SystemRedGreenBlueCMYKHSL
Decimal1531158900.250.420.424.3726.4547.45
Hex9973590192A28181a2f
Octal2311631310315250303257
Binary10011001111001110110010110011010101010001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997359; }

 p { color: rgb(153,115,89); }

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

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

 a { background-color: rgb(153,115,89); }

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

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

 span { border-color: rgb(153,115,89); }

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