Html Css Color HEX #9A744F Pale Brown

📋 copy color: '#9A744F'

red 154 ◦ green 116 ◦ blue 79

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

Shades of Pale Brown #9A744F

Tints of Pale Brown #9A744F

RGB

 RED value IS 154 (60.55% from 255) = 44.13%

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

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 44.13%
G = 33.24%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#9A744F (or 0x9A744F) is known color: Pale Brown. HEX triplet: 9A, 74 and 4F. RGB value is (154,116,79). Sum of RGB (Red+Green+Blue) = 154+116+79=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A744F is #658BB0. Grayscale: #7B7B7B. Windows color (decimal): -6654897 or 5207194. OLE color: 5207194.

HSL color Cylindrical-coordinate representation of color #9A744F: hue angle of 29.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A744F is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 116 79 -
CMYK 0 0.25 0.49 0.40
HSL 29.6º 0.32% 0.46% -
HSV(B) 29.6º 0.49% 0.6% -
XYZ 20.98 19.93 10.14 -
YUV 123.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 154 116 79 0 0.25 0.49 0.40 29.6 0.32 0.46
Hex 9A 74 4F 0 19 31 28 1E 20 2E
Octal 232 164 117 0 31 61 50 36 40 56
Binary 10011010 1110100 1001111 0 11001 110001 101000 11110 100000 101110

Color Harmonies of #9A744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A744F

Black with #9A744F

Text Example


Text Example

White with #9A744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A744F; }

 p { color: rgb(154,116,79); }

 H1.HeaderClassName
 {
   color: #9A744F;
 }
 .AnyTagClassName
 {
   color: #9A744F;
 }
</style>

background-color css

<style>
 a { background-color: #9A744F; }

 a { background-color: rgb(154,116,79); }

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

border-color css

<style>
 span { border-color: #9A744F; }

 span { border-color: rgb(154,116,79); }

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