#99735B

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

Shades of Beaver #99735B

Tints of Beaver #99735B

Color information

#99735B (or 0x99735B) is unknown color: approx Beaver. HEX triplet: 99, 73 and 5B. RGB value is (153,115,91). Sum of RGB (Red+Green+Blue) = 153+115+91=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99735B is #668CA4. Grayscale: #7B7B7B. Windows color (decimal): -6720677 or 5993369. OLE color: 5993369.

HSL color Cylindrical-coordinate representation of color #99735B: hue angle of 23.23º degrees, saturation: 0.25, 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 #99735B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15311591-
CMYK00.250.410.4
HSL23.23º25.41%47.84%-
HSV(B)23.23º40.52%60%-
XYZ21.1619.7912.6-
YUV123.63109.59148.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=42.62%
G=32.03%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531159100.250.410.423.2325.4147.84
Hex99735B0192928171930
Octal2311631330315150273160
Binary10011001111001110110110110011010011010001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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