Html Css Color HEX #9A7149 Pale Brown

📋 copy color: '#9A7149'

red 154 ◦ green 113 ◦ blue 73

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

Shades of Pale Brown #9A7149

Tints of Pale Brown #9A7149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 45.29%
G = 33.24%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A7149 (or 0x9A7149) is known color: Pale Brown. HEX triplet: 9A, 71 and 49. RGB value is (154,113,73). Sum of RGB (Red+Green+Blue) = 154+113+73=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7149 is #658EB6. Grayscale: #787878. Windows color (decimal): -6655671 or 4813210. OLE color: 4813210.

HSL color Cylindrical-coordinate representation of color #9A7149: hue angle of 29.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A7149 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 73 -
CMYK 0 0.27 0.53 0.40
HSL 29.63º 0.36% 0.45% -
HSV(B) 29.63º 0.53% 0.6% -
XYZ 20.43 19.16 8.92 -
YUV 120.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 154 113 73 0 0.27 0.53 0.40 29.63 0.36 0.45
Hex 9A 71 49 0 1B 35 28 1E 24 2D
Octal 232 161 111 0 33 65 50 36 44 55
Binary 10011010 1110001 1001001 0 11011 110101 101000 11110 100100 101101

Color Harmonies of #9A7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7149

Black with #9A7149

Text Example


Text Example

White with #9A7149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,73); }

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

background-color css

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

 a { background-color: rgb(154,113,73); }

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

border-color css

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

 span { border-color: rgb(154,113,73); }

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