Html Css Color HEX #9C7346 Pale Brown

📋 copy color: '#9C7346'

red 156 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #9C7346

Tints of Pale Brown #9C7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 45.75%
G = 33.72%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C7346 (or 0x9C7346) is known color: Pale Brown. HEX triplet: 9C, 73 and 46. RGB value is (156,115,70). Sum of RGB (Red+Green+Blue) = 156+115+70=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7346 is #638CB9. Grayscale: #7A7A7A. Windows color (decimal): -6524090 or 4617116. OLE color: 4617116.

HSL color Cylindrical-coordinate representation of color #9C7346: hue angle of 31.4º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7346 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 70 -
CMYK 0 0.26 0.55 0.39
HSL 31.4º 0.38% 0.44% -
HSV(B) 31.4º 0.55% 0.61% -
XYZ 20.95 19.77 8.51 -
YUV 122.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 156 115 70 0 0.26 0.55 0.39 31.4 0.38 0.44
Hex 9C 73 46 0 1A 37 27 1F 26 2C
Octal 234 163 106 0 32 67 47 37 46 54
Binary 10011100 1110011 1000110 0 11010 110111 100111 11111 100110 101100

Color Harmonies of #9C7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7346

Black with #9C7346

Text Example


Text Example

White with #9C7346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,115,70); }

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

background-color css

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

 a { background-color: rgb(156,115,70); }

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

border-color css

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

 span { border-color: rgb(156,115,70); }

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