#98745A

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

Shades of Beaver #98745A

Tints of Beaver #98745A

Color information

#98745A (or 0x98745A) is unknown color: approx Beaver. HEX triplet: 98, 74 and 5A. RGB value is (152,116,90). Sum of RGB (Red+Green+Blue) = 152+116+90=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98745A is #678BA5. Grayscale: #7B7B7B. Windows color (decimal): -6785958 or 5928088. OLE color: 5928088.

HSL color Cylindrical-coordinate representation of color #98745A: hue angle of 25.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98745A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15211690-
CMYK00.240.410.40
HSL25.16º25.62%47.45%-
HSV(B)25.16º40.79%59.61%-
XYZ21.0419.912.41-
YUV123.8108.93148.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=42.46%
G=32.40%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521169000.240.410.4025.1625.6247.45
Hex98745A0182928191a2f
Octal2301641320305150313257
Binary10011000111010010110100110001010011010001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98745A; }

 p { color: rgb(152,116,90); }

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

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

 a { background-color: rgb(152,116,90); }

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

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

 span { border-color: rgb(152,116,90); }

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