Html Css Color HEX #9A7143 Pale Brown

📋 copy color: '#9A7143'

red 154 ◦ green 113 ◦ blue 67

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

Shades of Pale Brown #9A7143

Tints of Pale Brown #9A7143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 46.11%
G = 33.83%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#9A7143 (or 0x9A7143) is known color: Pale Brown. HEX triplet: 9A, 71 and 43. RGB value is (154,113,67). Sum of RGB (Red+Green+Blue) = 154+113+67=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7143 is #658EBC. Grayscale: #787878. Windows color (decimal): -6655677 or 4419994. OLE color: 4419994.

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

Color convert

RGB 154 113 67 -
CMYK 0 0.27 0.56 0.40
HSL 31.72º 0.39% 0.43% -
HSV(B) 31.72º 0.56% 0.6% -
XYZ 20.24 19.09 7.93 -
YUV 120.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 154 113 67 0 0.27 0.56 0.40 31.72 0.39 0.43
Hex 9A 71 43 0 1B 38 28 20 27 2B
Octal 232 161 103 0 33 70 50 40 47 53
Binary 10011010 1110001 1000011 0 11011 111000 101000 100000 100111 101011

Color Harmonies of #9A7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7143

Black with #9A7143

Text Example


Text Example

White with #9A7143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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