Html Css Color HEX #9A7148 Pale Brown

📋 copy color: '#9A7148'

red 154 ◦ green 113 ◦ blue 72

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

Shades of Pale Brown #9A7148

Tints of Pale Brown #9A7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 45.43%
G = 33.33%
B = 21.24%

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

#9A7148 (or 0x9A7148) is known color: Pale Brown. HEX triplet: 9A, 71 and 48. RGB value is (154,113,72). Sum of RGB (Red+Green+Blue) = 154+113+72=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7148 is #658EB7. Grayscale: #787878. Windows color (decimal): -6655672 or 4747674. OLE color: 4747674.

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

Color convert

RGB 154 113 72 -
CMYK 0 0.27 0.53 0.40
HSL 30º 0.36% 0.44% -
HSV(B) 30º 0.53% 0.6% -
XYZ 20.4 19.15 8.75 -
YUV 120.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 154 113 72 0 0.27 0.53 0.40 30 0.36 0.44
Hex 9A 71 48 0 1B 35 28 1E 24 2C
Octal 232 161 110 0 33 65 50 36 44 54
Binary 10011010 1110001 1001000 0 11011 110101 101000 11110 100100 101100

Color Harmonies of #9A7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7148

Black with #9A7148

Text Example


Text Example

White with #9A7148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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