#99745A

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

Shades of Beaver #99745A

Tints of Beaver #99745A

Color information

#99745A (or 0x99745A) is unknown color: approx Beaver. HEX triplet: 99, 74 and 5A. RGB value is (153,116,90). Sum of RGB (Red+Green+Blue) = 153+116+90=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99745A is #668BA5. Grayscale: #7C7C7C. Windows color (decimal): -6720422 or 5928089. OLE color: 5928089.

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

Color convert

RGB15311690-
CMYK00.240.410.4
HSL24.76º25.93%47.65%-
HSV(B)24.76º41.18%60%-
XYZ21.232012.41-
YUV124.1108.76148.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=42.62%
G=32.31%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531169000.240.410.424.7625.9347.65
Hex99745A0182928191a30
Octal2311641320305150313260
Binary10011001111010010110100110001010011010001100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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