#98725B

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

Shades of Beaver #98725B

Tints of Beaver #98725B

Color information

#98725B (or 0x98725B) is unknown color: approx Beaver. HEX triplet: 98, 72 and 5B. RGB value is (152,114,91). Sum of RGB (Red+Green+Blue) = 152+114+91=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98725B is #678DA4. Grayscale: #7A7A7A. Windows color (decimal): -6786469 or 5993112. OLE color: 5993112.

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

Color convert

RGB15211491-
CMYK00.250.400.40
HSL22.62º25.1%47.65%-
HSV(B)22.62º40.13%59.61%-
XYZ20.8519.4712.56-
YUV122.74110.09148.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=42.58%
G=31.93%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521149100.250.400.4022.6225.147.65
Hex98725B0192828171930
Octal2301621330315050273160
Binary10011000111001010110110110011010001010001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,114,91); }

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

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

 a { background-color: rgb(152,114,91); }

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

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

 span { border-color: rgb(152,114,91); }

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