#99735C

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

Shades of Beaver #99735C

Tints of Beaver #99735C

Color information

#99735C (or 0x99735C) is unknown color: approx Beaver. HEX triplet: 99, 73 and 5C. RGB value is (153,115,92). Sum of RGB (Red+Green+Blue) = 153+115+92=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99735C is #668CA3. Grayscale: #7B7B7B. Windows color (decimal): -6720676 or 6058905. OLE color: 6058905.

HSL color Cylindrical-coordinate representation of color #99735C: 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 #99735C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15311592-
CMYK00.250.400.4
HSL22.62º24.9%48.04%-
HSV(B)22.62º39.87%60%-
XYZ21.219.8112.83-
YUV123.74110.09148.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=42.5%
G=31.94%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531159200.250.400.422.6224.948.04
Hex99735C0192828171930
Octal2311631340315050273160
Binary10011001111001110111000110011010001010001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99735C; }

 p { color: rgb(153,115,92); }

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

<style>
 a { background-color: #99735C; }

 a { background-color: rgb(153,115,92); }

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

<style>
 span { border-color: #99735C; }

 span { border-color: rgb(153,115,92); }

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