Html Css Color HEX #9C7149 Pale Brown

📋 copy color: '#9C7149'

red 156 ◦ green 113 ◦ blue 73

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

Shades of Pale Brown #9C7149

Tints of Pale Brown #9C7149

RGB

 RED value IS 156 (61.33% from 255) = 45.61%

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

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

R = 45.61%
G = 33.04%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C7149 (or 0x9C7149) is known color: Pale Brown. HEX triplet: 9C, 71 and 49. RGB value is (156,113,73). Sum of RGB (Red+Green+Blue) = 156+113+73=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7149 is #638EB6. Grayscale: #797979. Windows color (decimal): -6524599 or 4813212. OLE color: 4813212.

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

Color convert

RGB 156 113 73 -
CMYK 0 0.28 0.53 0.39
HSL 28.92º 0.36% 0.45% -
HSV(B) 28.92º 0.53% 0.61% -
XYZ 20.82 19.36 8.94 -
YUV 121.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 156 113 73 0 0.28 0.53 0.39 28.92 0.36 0.45
Hex 9C 71 49 0 1C 35 27 1D 24 2D
Octal 234 161 111 0 34 65 47 35 44 55
Binary 10011100 1110001 1001001 0 11100 110101 100111 11101 100100 101101

Color Harmonies of #9C7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7149

Black with #9C7149

Text Example


Text Example

White with #9C7149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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