#99754D

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

Shades of Pale Brown #99754D

Tints of Pale Brown #99754D

Color information

#99754D (or 0x99754D) is unknown color: approx Pale Brown. HEX triplet: 99, 75 and 4D. RGB value is (153,117,77). Sum of RGB (Red+Green+Blue) = 153+117+77=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99754D is #668AB2. Grayscale: #7B7B7B. Windows color (decimal): -6720179 or 5076377. OLE color: 5076377.

HSL color Cylindrical-coordinate representation of color #99754D: hue angle of 31.58º 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 #99754D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15311777-
CMYK00.240.500.4
HSL31.58º33.04%45.1%-
HSV(B)31.58º49.67%60%-
XYZ20.8420.039.79-
YUV123.2101.93149.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=44.09%
G=33.72%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531177700.240.500.431.5833.0445.1
Hex99754D018322820212d
Octal2311651150306250404155
Binary1001100111101011001101011000110010101000100000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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