#99734D

Color #99734D Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #99734D

Tints of Pale Brown #99734D

Color information

#99734D (or 0x99734D) is unknown color: approx Pale Brown. HEX triplet: 99, 73 and 4D. RGB value is (153,115,77). Sum of RGB (Red+Green+Blue) = 153+115+77=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99734D is #668CB2. Grayscale: #7A7A7A. Windows color (decimal): -6720691 or 5075865. OLE color: 5075865.

HSL color Cylindrical-coordinate representation of color #99734D: hue angle of 30º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99734D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15311577-
CMYK00.250.500.4
HSL30º33.04%45.1%-
HSV(B)30º49.67%60%-
XYZ20.6119.579.71-
YUV122.03102.59150.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=44.35%
G=33.33%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531157700.250.500.43033.0445.1
Hex99734D01932281e212d
Octal2311631150316250364155
Binary100110011110011100110101100111001010100011110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99734D; }

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

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

<style>
 a { background-color: #99734D; }

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

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

<style>
 span { border-color: #99734D; }

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

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