#98735E

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

Shades of Beaver #98735E

Tints of Beaver #98735E

Color information

#98735E (or 0x98735E) is unknown color: approx Beaver. HEX triplet: 98, 73 and 5E. RGB value is (152,115,94). Sum of RGB (Red+Green+Blue) = 152+115+94=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98735E is #678CA1. Grayscale: #7B7B7B. Windows color (decimal): -6786210 or 6189976. OLE color: 6189976.

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

Color convert

RGB15211594-
CMYK00.240.380.40
HSL21.72º23.58%48.24%-
HSV(B)21.72º38.16%59.61%-
XYZ21.119.7513.29-
YUV123.67111.26148.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=42.11%
G=31.86%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521159400.240.380.4021.7223.5848.24
Hex98735E0182628161830
Octal2301631360304650263060
Binary10011000111001110111100110001001101010001011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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