Html Css Color HEX #99744D Pale Brown

📋 copy color: '#99744D'

red 153 ◦ green 116 ◦ blue 77

#99744D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #99744D

Tints of Pale Brown #99744D

RGB

 RED value IS 153 (60.16% from 255) = 44.22%

 GREEN value IS 116 (45.7% from 255) = 33.53%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 44.22%
G = 33.53%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99744D (or 0x99744D) is known color: Pale Brown. HEX triplet: 99, 74 and 4D. RGB value is (153,116,77). Sum of RGB (Red+Green+Blue) = 153+116+77=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99744D is #668BB2. Grayscale: #7A7A7A. Windows color (decimal): -6720435 or 5076121. OLE color: 5076121.

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

Color convert

RGB 153 116 77 -
CMYK 0 0.24 0.50 0.4
HSL 30.79º 0.33% 0.45% -
HSV(B) 30.79º 0.5% 0.6% -
XYZ 20.72 19.8 9.75 -
YUV 122.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 153 116 77 0 0.24 0.50 0.4 30.79 0.33 0.45
Hex 99 74 4D 0 18 32 28 1F 21 2D
Octal 231 164 115 0 30 62 50 37 41 55
Binary 10011001 1110100 1001101 0 11000 110010 101000 11111 100001 101101

Color Harmonies of #99744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99744D

Black with #99744D

Text Example


Text Example

White with #99744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99744D;
 }
 .AnyTagClassName
 {
   color: #99744D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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