Html Css Color HEX #9A714D Pale Brown

📋 copy color: '#9A714D'

red 154 ◦ green 113 ◦ blue 77

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

Shades of Pale Brown #9A714D

Tints of Pale Brown #9A714D

RGB

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

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

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

R = 44.77%
G = 32.85%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A714D (or 0x9A714D) is known color: Pale Brown. HEX triplet: 9A, 71 and 4D. RGB value is (154,113,77). Sum of RGB (Red+Green+Blue) = 154+113+77=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A714D is #658EB2. Grayscale: #797979. Windows color (decimal): -6655667 or 5075354. OLE color: 5075354.

HSL color Cylindrical-coordinate representation of color #9A714D: hue angle of 28.05º 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 #9A714D is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 77 -
CMYK 0 0.27 0.50 0.40
HSL 28.05º 0.33% 0.45% -
HSV(B) 28.05º 0.5% 0.6% -
XYZ 20.57 19.22 9.65 -
YUV 121.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 154 113 77 0 0.27 0.50 0.40 28.05 0.33 0.45
Hex 9A 71 4D 0 1B 32 28 1C 21 2D
Octal 232 161 115 0 33 62 50 34 41 55
Binary 10011010 1110001 1001101 0 11011 110010 101000 11100 100001 101101

Color Harmonies of #9A714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A714D

Black with #9A714D

Text Example


Text Example

White with #9A714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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