#98735D

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

Shades of Beaver #98735D

Tints of Beaver #98735D

Color information

#98735D (or 0x98735D) is unknown color: approx Beaver. HEX triplet: 98, 73 and 5D. RGB value is (152,115,93). Sum of RGB (Red+Green+Blue) = 152+115+93=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98735D is #678CA2. Grayscale: #7B7B7B. Windows color (decimal): -6786211 or 6124440. OLE color: 6124440.

HSL color Cylindrical-coordinate representation of color #98735D: hue angle of 22.37º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98735D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB15211593-
CMYK00.240.390.40
HSL22.37º24.08%48.04%-
HSV(B)22.37º38.82%59.61%-
XYZ21.0619.7313.05-
YUV123.56110.76148.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=42.22%
G=31.94%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521159300.240.390.4022.3724.0848.04
Hex98735D0182728161830
Octal2301631350304750263060
Binary10011000111001110111010110001001111010001011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98735D; }

 p { color: rgb(152,115,93); }

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

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

 a { background-color: rgb(152,115,93); }

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

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

 span { border-color: rgb(152,115,93); }

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